OLD | NEW |
1 PASS window.internals is defined. | 1 PASS window.internals is defined. |
| 2 PASS successfullyParsed is true |
| 3 |
| 4 TEST COMPLETE |
2 test a scoped style in document is applied to a node in shadow dom subtree when
apply-author-styles is true. | 5 test a scoped style in document is applied to a node in shadow dom subtree when
apply-author-styles is true. |
3 PASS borderColor is "rgb(0, 0, 0)" | 6 PASS borderColor is "rgb(0, 0, 0)" |
4 PASS borderColor is "rgb(255, 0, 0)" | 7 PASS borderColor is "rgb(255, 0, 0)" |
5 test a style in an enclosing shadow dom tree is applied to a node in shadow subt
ree when apply-author-styles is true. | 8 test a style in an enclosing shadow dom tree is applied to a node in shadow subt
ree when apply-author-styles is true. |
6 PASS borderColor is "rgb(0, 0, 0)" | 9 PASS borderColor is "rgb(0, 0, 0)" |
7 PASS borderColor is "rgb(255, 0, 0)" | 10 PASS borderColor is "rgb(255, 0, 0)" |
8 test a scoped style in an enclosing shadow dom tree is applied to a node in shad
ow subtree when apply-author-styles is true and the node is in the scope. | 11 test a scoped style in an enclosing shadow dom tree is applied to a node in shad
ow subtree when apply-author-styles is true and the node is in the scope. |
9 PASS borderColor is "rgb(0, 0, 0)" | 12 PASS borderColor is "rgb(0, 0, 0)" |
10 PASS borderColor is "rgb(0, 0, 0)" | 13 PASS borderColor is "rgb(0, 0, 0)" |
11 PASS borderColor is "rgb(255, 0, 0)" | 14 PASS borderColor is "rgb(255, 0, 0)" |
(...skipping 11 matching lines...) Expand all Loading... |
23 PASS borderColor is "rgb(255, 0, 0)" | 26 PASS borderColor is "rgb(255, 0, 0)" |
24 PASS borderColor is "rgb(0, 0, 0)" | 27 PASS borderColor is "rgb(0, 0, 0)" |
25 PASS borderColor is "rgb(0, 0, 255)" | 28 PASS borderColor is "rgb(0, 0, 255)" |
26 PASS borderColor is "rgb(0, 0, 0)" | 29 PASS borderColor is "rgb(0, 0, 0)" |
27 PASS borderColor is "rgb(255, 0, 0)" | 30 PASS borderColor is "rgb(255, 0, 0)" |
28 PASS borderColor is "rgb(0, 0, 255)" | 31 PASS borderColor is "rgb(0, 0, 255)" |
29 PASS borderColor is "rgb(0, 0, 0)" | 32 PASS borderColor is "rgb(0, 0, 0)" |
30 test a style is applied in document order. | 33 test a style is applied in document order. |
31 PASS borderColor is "rgb(255, 255, 0)" | 34 PASS borderColor is "rgb(255, 255, 0)" |
32 PASS borderColor is "rgb(0, 128, 0)" | 35 PASS borderColor is "rgb(0, 128, 0)" |
33 PASS successfullyParsed is true | |
34 | 36 |
35 TEST COMPLETE | |
36 | |
OLD | NEW |