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

Unified Diff: third_party/WebKit/LayoutTests/animations/timing-functions-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/timing-functions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/timing-functions-expected.txt b/third_party/WebKit/LayoutTests/animations/timing-functions-expected.txt
index 10d97f16895bca48181713d9553f536a2749add5..8e55c254fd220b977602fca86821210fcac2064d 100644
--- a/third_party/WebKit/LayoutTests/animations/timing-functions-expected.txt
+++ b/third_party/WebKit/LayoutTests/animations/timing-functions-expected.txt
@@ -6,8 +6,9 @@ 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 "box9" element at 0.25s saw something close to: 100
+PASS - "left" property for "middlebox1" element at 0.25s saw something close to: 141
+PASS - "left" property for "middlebox2" 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
@@ -16,8 +17,9 @@ 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 "box9" element at 0.5s saw something close to: 150
+PASS - "left" property for "middlebox1" element at 0.5s saw something close to: 180
+PASS - "left" property for "middlebox2" 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
@@ -26,6 +28,7 @@ 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
+PASS - "left" property for "box9" element at 0.75s saw something close to: 200
+PASS - "left" property for "middlebox1" element at 0.75s saw something close to: 196
+PASS - "left" property for "middlebox2" element at 0.75s saw something close to: 196

Powered by Google App Engine
This is Rietveld 408576698