| OLD | NEW |
| 1 PASS window.matchMedia('(width: 960px)').matches is true | 1 PASS window.matchMedia('(min-width: 959px)').matches is true |
| 2 PASS window.matchMedia('(width: 1152px)').matches is true | 2 PASS window.matchMedia('(max-width: 961px)').matches is true |
| 3 PASS window.matchMedia('(width: 1382px)').matches is true | 3 PASS window.matchMedia('(min-width: 1151px)').matches is true |
| 4 PASS window.matchMedia('(width: 1658px)').matches is true | 4 PASS window.matchMedia('(max-width: 1153px)').matches is true |
| 5 PASS window.matchMedia('(width: 1990px)').matches is true | 5 PASS window.matchMedia('(min-width: 1381px)').matches is true |
| 6 PASS window.matchMedia('(width: 1658px)').matches is true | 6 PASS window.matchMedia('(max-width: 1383px)').matches is true |
| 7 PASS window.matchMedia('(width: 1382px)').matches is true | 7 PASS window.matchMedia('(min-width: 1657px)').matches is true |
| 8 PASS window.matchMedia('(width: 1152px)').matches is true | 8 PASS window.matchMedia('(max-width: 1659px)').matches is true |
| 9 PASS window.matchMedia('(width: 960px)').matches is true | 9 PASS window.matchMedia('(min-width: 1989px)').matches is true |
| 10 PASS window.matchMedia('(width: 800px)').matches is true | 10 PASS window.matchMedia('(max-width: 1991px)').matches is true |
| 11 PASS window.matchMedia('(width: 667px)').matches is true | 11 PASS window.matchMedia('(min-width: 1657px)').matches is true |
| 12 PASS window.matchMedia('(width: 555px)').matches is true | 12 PASS window.matchMedia('(max-width: 1659px)').matches is true |
| 13 PASS window.matchMedia('(width: 463px)').matches is true | 13 PASS window.matchMedia('(min-width: 1381px)').matches is true |
| 14 PASS window.matchMedia('(width: 386px)').matches is true | 14 PASS window.matchMedia('(max-width: 1383px)').matches is true |
| 15 PASS window.matchMedia('(width: 321px)').matches is true | 15 PASS window.matchMedia('(min-width: 1151px)').matches is true |
| 16 PASS window.matchMedia('(max-width: 1153px)').matches is true |
| 17 PASS window.matchMedia('(min-width: 959px)').matches is true |
| 18 PASS window.matchMedia('(max-width: 961px)').matches is true |
| 19 PASS window.matchMedia('(min-width: 799px)').matches is true |
| 20 PASS window.matchMedia('(max-width: 801px)').matches is true |
| 21 PASS window.matchMedia('(min-width: 666px)').matches is true |
| 22 PASS window.matchMedia('(max-width: 668px)').matches is true |
| 23 PASS window.matchMedia('(min-width: 554px)').matches is true |
| 24 PASS window.matchMedia('(max-width: 556px)').matches is true |
| 25 PASS window.matchMedia('(min-width: 462px)').matches is true |
| 26 PASS window.matchMedia('(max-width: 464px)').matches is true |
| 27 PASS window.matchMedia('(min-width: 385px)').matches is true |
| 28 PASS window.matchMedia('(max-width: 387px)').matches is true |
| 29 PASS window.matchMedia('(min-width: 320px)').matches is true |
| 30 PASS window.matchMedia('(max-width: 322px)').matches is true |
| 16 PASS successfullyParsed is true | 31 PASS successfullyParsed is true |
| 17 | 32 |
| 18 TEST COMPLETE | 33 TEST COMPLETE |
| 19 Tests that width MQ feature is correct on zoom. | 34 Tests that width MQ feature is correct on zoom. |
| OLD | NEW |