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