haikuwebkit/LayoutTests/inspector/page/setEmulatedMedia-expected.txt

19 lines
556 B
Plaintext

Tests for the Page.setEmulatedMedia command.
== Running test suite: Page.setEmulatedMedia
-- Running test case: Page.setEmulatedMedia.initial
PASS: Page should not match print media.
PASS: Body color should be blue.
-- Running test case: Page.setEmulatedMedia.print
PASS: MediaQueryList listener fired.
PASS: Page should now match print media.
PASS: Body color should be green.
-- Running test case: Page.setEmulatedMedia.reset
PASS: MediaQueryList listener fired.
PASS: Page should now not match print media.
PASS: Page should now match print media.