Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: LayoutTests/fast/dom/shadow/shadowhost-keyframes-expected.txt

Issue 137583005: resolveScopedKeyframesRules should check @keyframes declared in shadow trees. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added layout test Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowhost-keyframes.html ('k') | Source/core/css/resolver/ScopedStyleTree.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/shadowhost-keyframes-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadowhost-keyframes-expected.txt b/LayoutTests/fast/dom/shadow/shadowhost-keyframes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7574b67dec68bccafa8b8737c084e8325c6335e5
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/shadowhost-keyframes-expected.txt
@@ -0,0 +1,10 @@
+Test if @keyframes works for shadow host when using :host. i.e. crbug.com/332577
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS getColor(document.getElementById('host')) is "rgb(0, 128, 0)"
+
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadowhost-keyframes.html ('k') | Source/core/css/resolver/ScopedStyleTree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698