Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / shadowroot-keyframes-expected.txt
index ddbeb5f..d24ec5b 100644 (file)
@@ -1,6 +1,8 @@
+CONSOLE WARNING: 'ShadowRoot.applyAuthorStyles' is deprecated.
 PASS successfullyParsed is true
 
 TEST COMPLETE
 PASS getBackgroundColor(shadowRootWithKeyframe.getElementById('box')) is "rgb(0, 0, 255)"
 PASS getBackgroundColor(shadowRootWithoutKeyframe.getElementById('box')) is "rgb(255, 0, 0)"
+PASS getBackgroundColor(shadowRootWithApplyAuthorStyles.getElementById('box')) is "rgb(0, 128, 0)"