OLD | NEW |
1 This test verifies that when media query is updated, style is recalculated. | 1 This test verifies that when media query is updated, style is recalculated. |
2 | 2 This is a testharness.js-based test. |
3 PASS Testing that background color is red. Media query "all and (color)" | 3 PASS Testing that background color is red. Media query "all and (color)" |
4 PASS Testing that updated media query doesn't match and background color is not
red. Media query "(monochrome) and (color)" | 4 PASS Testing that updated media query doesn't match and background color is not
red. Media query "(monochrome) and (color)" |
5 PASS Testing that background color is red. Media query "all and (color)" | 5 PASS Testing that background color is red. Media query "all and (color)" |
6 PASS Testing that updated media query doesn't match and background color is not
red. Media query "(monochrome) and (color)" | 6 PASS Testing that updated media query doesn't match and background color is not
red. Media query "(monochrome) and (color)" |
| 7 Harness: the test ran to completion. |
7 | 8 |
OLD | NEW |