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

Unified Diff: third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt

Issue 1808753002: Make consumeCustomIdent exclude css wide keywords (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add subtests Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt b/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
index 154aae72c6d44bb3511b8ebe92c9790cd3b763e2..a253ba014e04fe8b1e8eb89968b17b66d5ef6da9 100644
--- a/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
@@ -718,6 +718,22 @@ PASS style.animation is ''
PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
PASS style.webkitAnimation is ''
PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
+PASS style.animation is ''
+PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
+PASS style.webkitAnimation is ''
+PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
+PASS style.animation is ''
+PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
+PASS style.webkitAnimation is ''
+PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
+PASS style.animation is ''
+PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
+PASS style.webkitAnimation is ''
+PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
+PASS style.animation is ''
+PASS computedStyle.animation is 'none 0s ease 0s 1 normal none running'
+PASS style.webkitAnimation is ''
+PASS computedStyle.webkitAnimation is 'none 0s ease 0s 1 normal none running'
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698