OLD | NEW |
1 CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.c
om/features/6750456638341120 for more details. | 1 CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.c
om/features/6750456638341120 for more details. |
2 Cascade order for inner/outer tree rules with /deep/. | 2 Cascade order for inner/outer tree rules with /deep/. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS getComputedStyle(root1.querySelector('div')).color is green | 7 PASS getComputedStyle(root1.querySelector('div')).color is green |
8 PASS getComputedStyle(root1.querySelector('div + div')).color is green | 8 TODO(rune@opera.com): Currently fails because style attributes are added to the
end, not in its element's scope's cascade order |
| 9 FAIL getComputedStyle(root1.querySelector('div + div')).color should be rgb(0, 1
28, 0). Was rgb(255, 0, 0). |
9 PASS getComputedStyle(root2.querySelector('div')).color is green | 10 PASS getComputedStyle(root2.querySelector('div')).color is green |
10 PASS getComputedStyle(root2.querySelector('div + div')).color is green | 11 TODO(rune@opera.com): Currently fails because style attributes are added to the
end, not in its element's scope's cascade order |
| 12 FAIL getComputedStyle(root2.querySelector('div + div')).color should be rgb(0, 1
28, 0). Was rgb(255, 0, 0). |
11 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
12 | 14 |
13 TEST COMPLETE | 15 TEST COMPLETE |
14 | 16 |
OLD | NEW |