OLD | NEW |
1 PASS window.matchMedia('(width: 960px)').matches is true | 1 PASS window.matchMedia('(width: 960px)').matches is true |
2 PASS window.matchMedia('(width: 1152px)').matches is true | 2 PASS window.matchMedia('(width: 1152px)').matches is true |
3 PASS window.matchMedia('(width: 1382px)').matches is true | 3 PASS window.matchMedia('(width: 1382px)').matches is true |
4 PASS window.matchMedia('(width: 1658px)').matches is true | 4 PASS window.matchMedia('(width: 1658px)').matches is true |
5 PASS window.matchMedia('(width: 1990px)').matches is true | 5 PASS window.matchMedia('(width: 1990px)').matches is true |
6 PASS window.matchMedia('(width: 1658px)').matches is true | 6 PASS window.matchMedia('(width: 1658px)').matches is true |
7 PASS window.matchMedia('(width: 1382px)').matches is true | 7 PASS window.matchMedia('(width: 1382px)').matches is true |
8 PASS window.matchMedia('(width: 1152px)').matches is true | 8 PASS window.matchMedia('(width: 1152px)').matches is true |
9 PASS window.matchMedia('(width: 960px)').matches is true | 9 PASS window.matchMedia('(width: 960px)').matches is true |
10 PASS window.matchMedia('(width: 800px)').matches is true | 10 PASS window.matchMedia('(width: 800px)').matches is true |
11 PASS window.matchMedia('(width: 667px)').matches is true | 11 PASS window.matchMedia('(width: 667px)').matches is true |
12 PASS window.matchMedia('(width: 556px)').matches is true | 12 PASS window.matchMedia('(width: 555px)').matches is true |
13 PASS window.matchMedia('(width: 463px)').matches is true | 13 PASS window.matchMedia('(width: 463px)').matches is true |
14 PASS window.matchMedia('(width: 386px)').matches is true | 14 PASS window.matchMedia('(width: 386px)').matches is true |
15 PASS window.matchMedia('(width: 321px)').matches is true | 15 PASS window.matchMedia('(width: 321px)').matches is true |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 Tests that width MQ feature is correct on zoom. | 19 Tests that width MQ feature is correct on zoom. |
OLD | NEW |