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

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

Issue 149363002: Web Animations API: Implement step-middle and steps(x, middle) timing functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove class in BisonCSSParserTest and change to new license text 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
Index: LayoutTests/animations/animations-parsing-expected.txt
diff --git a/LayoutTests/animations/animations-parsing-expected.txt b/LayoutTests/animations/animations-parsing-expected.txt
index 1cc381b1b59b2293128961c1e1e0a0fb4c9b1584..3c977e4554b0c1fc01791c2414c9506d8e4d15bb 100644
--- a/LayoutTests/animations/animations-parsing-expected.txt
+++ b/LayoutTests/animations/animations-parsing-expected.txt
@@ -249,6 +249,14 @@ PASS style.animationTimingFunction is ''
PASS computedStyle.animationTimingFunction is 'ease'
PASS style.webkitAnimationTimingFunction is ''
PASS computedStyle.webkitAnimationTimingFunction is 'ease'
+PASS style.animationTimingFunction is ''
+PASS computedStyle.animationTimingFunction is 'ease'
+PASS style.webkitAnimationTimingFunction is ''
+PASS computedStyle.webkitAnimationTimingFunction is 'ease'
+PASS style.animationTimingFunction is ''
+PASS computedStyle.animationTimingFunction is 'ease'
+PASS style.webkitAnimationTimingFunction is ''
+PASS computedStyle.webkitAnimationTimingFunction is 'ease'
Valid animation-delay values.
PASS computedStyle.animationDelay is '0s'
PASS computedStyle.webkitAnimationDelay is '0s'

Powered by Google App Engine
This is Rietveld 408576698