OLD | NEW |
1 PASS matchMedia("(max-width: 300px)").matches is false | 1 PASS matchMedia("(max-width: 300px)").matches is false |
2 PASS matchMedia("(max-width: 18.75em)").matches is false | 2 PASS matchMedia("(max-width: 18.75em)").matches is false |
3 | 3 |
4 eventSender.zoomPageIn() | 4 eventSender.zoomPageIn() |
5 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches | 5 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches |
6 eventSender.zoomPageIn() | 6 eventSender.zoomPageIn() |
7 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches | 7 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches |
8 eventSender.zoomPageIn() | 8 eventSender.zoomPageIn() |
9 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches | 9 PASS matchMedia("(max-width: 300px)").matches is matchMedia("(max-width: 18.75em
)").matches |
10 eventSender.zoomPageIn() | 10 eventSender.zoomPageIn() |
(...skipping 16 matching lines...) Expand all Loading... |
27 PASS matchMedia("(max-width: 18.75em)").matches is false | 27 PASS matchMedia("(max-width: 18.75em)").matches is false |
28 eventSender.zoomPageOut() | 28 eventSender.zoomPageOut() |
29 PASS matchMedia("(max-width: 300px)").matches is false | 29 PASS matchMedia("(max-width: 300px)").matches is false |
30 PASS matchMedia("(max-width: 18.75em)").matches is false | 30 PASS matchMedia("(max-width: 18.75em)").matches is false |
31 eventSender.zoomPageOut() | 31 eventSender.zoomPageOut() |
32 PASS matchMedia("(max-width: 300px)").matches is false | 32 PASS matchMedia("(max-width: 300px)").matches is false |
33 PASS matchMedia("(max-width: 18.75em)").matches is false | 33 PASS matchMedia("(max-width: 18.75em)").matches is false |
34 eventSender.zoomPageOut() | 34 eventSender.zoomPageOut() |
35 PASS matchMedia("(max-width: 300px)").matches is false | 35 PASS matchMedia("(max-width: 300px)").matches is false |
36 PASS matchMedia("(max-width: 18.75em)").matches is false | 36 PASS matchMedia("(max-width: 18.75em)").matches is false |
| 37 PASS successfullyParsed is true |
37 | 38 |
| 39 TEST COMPLETE |
| 40 |
OLD | NEW |