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

Unified Diff: LayoutTests/animations/simultaneous-start-transform-expected.txt

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 years, 1 month 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/simultaneous-start-transform-expected.txt
diff --git a/LayoutTests/animations/simultaneous-start-transform-expected.txt b/LayoutTests/animations/simultaneous-start-transform-expected.txt
index 8ae0f6242e03dcd5df0013f1d0252d41dcfefe9b..fa061fcc1b3d0ebdcbf69a44ab637f5362ef1501 100644
--- a/LayoutTests/animations/simultaneous-start-transform-expected.txt
+++ b/LayoutTests/animations/simultaneous-start-transform-expected.txt
@@ -1,10 +1,10 @@
-PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057
-PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057
+PASS - "webkitTransform" property for "box1" element at 2s saw something close to: 0.309017,0.951057,-0.951057,0.309017,0,0
+PASS - "webkitTransform" property for "box2" element at 2s saw something close to: 0.309017,0.951057,-0.951057,0.309017,0,0
PASS - "webkitTransform" property for "box1" and "box2" elements at 2s are close enough to each other
-PASS - "webkitTransform" property for "box1" element at 5s saw something close to: -1,0
-PASS - "webkitTransform" property for "box2" element at 5s saw something close to: -1,0
+PASS - "webkitTransform" property for "box1" element at 5s saw something close to: -1,0,0,-1,0,0
+PASS - "webkitTransform" property for "box2" element at 5s saw something close to: -1,0,0,-1,0,0
PASS - "webkitTransform" property for "box1" and "box2" elements at 5s are close enough to each other
-PASS - "webkitTransform" property for "box1" element at 8s saw something close to: 0.309017,-0.951057
-PASS - "webkitTransform" property for "box2" element at 8s saw something close to: 0.309017,-0.951057
+PASS - "webkitTransform" property for "box1" element at 8s saw something close to: 0.309017,-0.951057,0.951057,0.309017,0,0
+PASS - "webkitTransform" property for "box2" element at 8s saw something close to: 0.309017,-0.951057,0.951057,0.309017,0,0
PASS - "webkitTransform" property for "box1" and "box2" elements at 8s are close enough to each other
« no previous file with comments | « LayoutTests/animations/simultaneous-start-transform.html ('k') | LayoutTests/animations/transition-and-animation-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698