OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: 'ShadowRoot.applyAuthorStyles' is deprecated. | |
2 PASS window.internals is defined. | |
3 PASS successfullyParsed is true | |
4 | |
5 TEST COMPLETE | |
6 test a scoped style in document is applied to a node in shadow dom subtree when
apply-author-styles is true. | |
7 PASS borderColor is "rgb(0, 0, 0)" | |
8 PASS borderColor is "rgb(255, 0, 0)" | |
9 test a style in an enclosing shadow dom tree is applied to a node in shadow subt
ree when apply-author-styles is true. | |
10 PASS borderColor is "rgb(0, 0, 0)" | |
11 PASS borderColor is "rgb(255, 0, 0)" | |
12 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. | |
13 PASS borderColor is "rgb(0, 0, 0)" | |
14 PASS borderColor is "rgb(0, 0, 0)" | |
15 PASS borderColor is "rgb(255, 0, 0)" | |
16 PASS borderColor is "rgb(0, 0, 0)" | |
17 test styles declared in enclosing shadow trees should be applied to an enclosed
shadow tree whose apply-atur-styles is true. | |
18 PASS borderColor is "rgb(0, 0, 0)" | |
19 PASS borderColor is "rgb(0, 0, 255)" | |
20 PASS borderColor is "rgb(0, 0, 255)" | |
21 test a style in document is applied to nodes in multiple shadow subtrees when ap
ply-author-styles is true. | |
22 PASS borderColor is "rgb(0, 0, 0)" | |
23 PASS borderColor is "rgb(0, 0, 255)" | |
24 PASS borderColor is "rgb(0, 0, 0)" | |
25 PASS borderColor is "rgb(0, 0, 0)" | |
26 PASS borderColor is "rgb(0, 0, 255)" | |
27 PASS borderColor is "rgb(255, 0, 0)" | |
28 PASS borderColor is "rgb(0, 0, 0)" | |
29 PASS borderColor is "rgb(0, 0, 255)" | |
30 PASS borderColor is "rgb(0, 0, 0)" | |
31 PASS borderColor is "rgb(255, 0, 0)" | |
32 PASS borderColor is "rgb(0, 0, 255)" | |
33 PASS borderColor is "rgb(0, 0, 0)" | |
34 test a style is applied in document order. | |
35 PASS borderColor is "rgb(255, 255, 0)" | |
36 PASS borderColor is "rgb(0, 128, 0)" | |
37 | |
OLD | NEW |