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 shadow tree. | 5 test a scoped style in shadow tree. |
3 PASS textColor is "rgb(255, 0, 0)" | 6 PASS textColor is "rgb(255, 0, 0)" |
4 PASS textColor is "rgb(0, 0, 0)" | 7 PASS textColor is "rgb(0, 0, 0)" |
5 test a style in shadow tree. | 8 test a style in shadow tree. |
6 PASS textColor is "rgb(255, 0, 0)" | 9 PASS textColor is "rgb(255, 0, 0)" |
7 PASS textColor is "rgb(255, 0, 0)" | 10 PASS textColor is "rgb(255, 0, 0)" |
8 test styles in multiple shadow trees. | 11 test styles in multiple shadow trees. |
9 PASS textColor is "rgb(255, 0, 0)" | 12 PASS textColor is "rgb(255, 0, 0)" |
10 PASS textColor is "rgb(255, 0, 0)" | 13 PASS textColor is "rgb(255, 0, 0)" |
11 PASS textColor is "rgb(0, 0, 255)" | 14 PASS textColor is "rgb(0, 0, 255)" |
(...skipping 30 matching lines...) Expand all Loading... |
42 PASS textColor is "rgb(255, 0, 0)" | 45 PASS textColor is "rgb(255, 0, 0)" |
43 PASS textColor is "rgb(0, 0, 0)" | 46 PASS textColor is "rgb(0, 0, 0)" |
44 test inserting a style into shadow tree. | 47 test inserting a style into shadow tree. |
45 PASS textColor is "rgb(255, 0, 0)" | 48 PASS textColor is "rgb(255, 0, 0)" |
46 PASS textColor is "rgb(255, 0, 0)" | 49 PASS textColor is "rgb(255, 0, 0)" |
47 test re-inserting a style after changing scoped attribute offline. | 50 test re-inserting a style after changing scoped attribute offline. |
48 PASS textColor is "rgb(255, 0, 0)" | 51 PASS textColor is "rgb(255, 0, 0)" |
49 PASS textColor is "rgb(255, 0, 0)" | 52 PASS textColor is "rgb(255, 0, 0)" |
50 PASS textColor is "rgb(255, 0, 0)" | 53 PASS textColor is "rgb(255, 0, 0)" |
51 PASS textColor is "rgb(0, 0, 0)" | 54 PASS textColor is "rgb(0, 0, 0)" |
52 PASS successfullyParsed is true | |
53 | 55 |
54 TEST COMPLETE | |
55 | |
OLD | NEW |