OLD | NEW |
| 1 CONSOLE WARNING: 'ShadowRoot.applyAuthorStyles' is deprecated. |
1 PASS successfullyParsed is true | 2 PASS successfullyParsed is true |
2 | 3 |
3 TEST COMPLETE | 4 TEST COMPLETE |
4 PASS getBackgroundColor(shadowRootWithKeyframe.getElementById('box')) is "rgb(0,
0, 255)" | 5 PASS getBackgroundColor(shadowRootWithKeyframe.getElementById('box')) is "rgb(0,
0, 255)" |
5 PASS getBackgroundColor(shadowRootWithoutKeyframe.getElementById('box')) is "rgb
(255, 0, 0)" | 6 PASS getBackgroundColor(shadowRootWithoutKeyframe.getElementById('box')) is "rgb
(255, 0, 0)" |
| 7 PASS getBackgroundColor(shadowRootWithApplyAuthorStyles.getElementById('box')) i
s "rgb(0, 128, 0)" |
6 | 8 |
OLD | NEW |