blob: a3eb6cda295725effc86b8f78dc41afc0e916b29 [file] [log] [blame]
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.