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

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

Issue 2775143002: Implement frames() timing function (Closed)
Patch Set: Fix behaviour outside input range [0,1] Created 3 years, 8 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 a253ba014e04fe8b1e8eb89968b17b66d5ef6da9..fb43a84d20da722f4877375c094da50cb66c30ae 100644
--- a/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/animations-parsing-expected.txt
@@ -176,6 +176,10 @@ PASS style.animationTimingFunction is 'steps(5, start)'
PASS computedStyle.animationTimingFunction is 'steps(5, start)'
PASS style.webkitAnimationTimingFunction is 'steps(5, start)'
PASS computedStyle.webkitAnimationTimingFunction is 'steps(5, start)'
+PASS style.animationTimingFunction is 'frames(5)'
+PASS computedStyle.animationTimingFunction is 'frames(5)'
+PASS style.webkitAnimationTimingFunction is 'frames(5)'
+PASS computedStyle.webkitAnimationTimingFunction is 'frames(5)'
PASS style.animationTimingFunction is 'ease-in-out, ease-in'
PASS computedStyle.animationTimingFunction is 'ease-in-out, ease-in'
PASS style.webkitAnimationTimingFunction is 'ease-in-out, ease-in'
@@ -249,6 +253,18 @@ 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'
+PASS style.animationTimingFunction is ''
+PASS computedStyle.animationTimingFunction is 'ease'
+PASS style.webkitAnimationTimingFunction is ''
+PASS computedStyle.webkitAnimationTimingFunction is 'ease'
PASS style.animationTimingFunction is 'step-middle'
PASS computedStyle.animationTimingFunction is 'ease'
PASS style.webkitAnimationTimingFunction is 'step-middle'

Powered by Google App Engine
This is Rietveld 408576698