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