blob: 1ac84b18497e5797bcb7c16c51e4440e1c093a4f [file] [log] [blame]
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em)").matches
eventSender.zoomPageIn()
PASS matchMedia("(max-width: 300px)").matches is true
PASS matchMedia("(max-width: 18.75em)").matches is true
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
eventSender.zoomPageOut()
PASS matchMedia("(max-width: 300px)").matches is false
PASS matchMedia("(max-width: 18.75em)").matches is false
PASS successfullyParsed is true
TEST COMPLETE