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

Unified Diff: LayoutTests/animations/timing-functions-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: Merged patch into fresh branch (to avoid scary rebase) Created 6 years, 10 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/animations/timing-functions.html ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/timing-functions-expected.txt
diff --git a/LayoutTests/animations/timing-functions-expected.txt b/LayoutTests/animations/timing-functions-expected.txt
index de06d4c95689aca3ea47832eb55092b05a7ca8e8..10d97f16895bca48181713d9553f536a2749add5 100644
--- a/LayoutTests/animations/timing-functions-expected.txt
+++ b/LayoutTests/animations/timing-functions-expected.txt
@@ -6,6 +6,8 @@ PASS - "left" property for "box5" element at 0.25s saw something close to: 100
PASS - "left" property for "box6" element at 0.25s saw something close to: 100
PASS - "left" property for "box7" element at 0.25s saw something close to: 133
PASS - "left" property for "box8" element at 0.25s saw something close to: 100
+PASS - "left" property for "box9" element at 0.25s saw something close to: 141
+PASS - "left" property for "box10" element at 0.25s saw something close to: 141
PASS - "left" property for "box1" element at 0.5s saw something close to: 180
PASS - "left" property for "box2" element at 0.5s saw something close to: 180
PASS - "left" property for "box3" element at 0.5s saw something close to: 150
@@ -14,6 +16,8 @@ PASS - "left" property for "box5" element at 0.5s saw something close to: 100
PASS - "left" property for "box6" element at 0.5s saw something close to: 133
PASS - "left" property for "box7" element at 0.5s saw something close to: 166
PASS - "left" property for "box8" element at 0.5s saw something close to: 133
+PASS - "left" property for "box9" element at 0.5s saw something close to: 180
+PASS - "left" property for "box10" element at 0.5s saw something close to: 180
PASS - "left" property for "box1" element at 0.75s saw something close to: 196
PASS - "left" property for "box2" element at 0.75s saw something close to: 196
PASS - "left" property for "box3" element at 0.75s saw something close to: 175
@@ -22,4 +26,6 @@ PASS - "left" property for "box5" element at 0.75s saw something close to: 100
PASS - "left" property for "box6" element at 0.75s saw something close to: 166
PASS - "left" property for "box7" element at 0.75s saw something close to: 200
PASS - "left" property for "box8" element at 0.75s saw something close to: 166
+PASS - "left" property for "box9" element at 0.75s saw something close to: 196
+PASS - "left" property for "box10" element at 0.75s saw something close to: 196
« no previous file with comments | « LayoutTests/animations/timing-functions.html ('k') | Source/core/animation/AnimationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698