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

Unified Diff: LayoutTests/animations/simultaneous-start-transform.html

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.html
diff --git a/LayoutTests/animations/simultaneous-start-transform.html b/LayoutTests/animations/simultaneous-start-transform.html
index a6e6a475e553a8afb8f6dd6d843eb6617d21372e..4a8e41337467d17c39551a5627f41f3f007bc18d 100644
--- a/LayoutTests/animations/simultaneous-start-transform.html
+++ b/LayoutTests/animations/simultaneous-start-transform.html
@@ -34,14 +34,14 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [2, "box1", "webkitTransform", [ 0.309017, 0.951057 ], 0.05],
- [2, "box2", "webkitTransform", [ 0.309017, 0.951057 ], 0.05],
+ [2, "box1", "webkitTransform", [ 0.309017, 0.951057, -0.951057, 0.309017, 0, 0 ], 0.05],
+ [2, "box2", "webkitTransform", [ 0.309017, 0.951057, -0.951057, 0.309017, 0, 0 ], 0.05],
[2, ["box1", "box2"], "webkitTransform", "", 0],
- [5, "box1", "webkitTransform", [ -1, 0 ], 0.05],
- [5, "box2", "webkitTransform", [ -1, 0 ], 0.05],
+ [5, "box1", "webkitTransform", [ -1, 0, 0, -1, 0, 0 ], 0.05],
+ [5, "box2", "webkitTransform", [ -1, 0, 0, -1, 0, 0 ], 0.05],
[5, ["box1", "box2"], "webkitTransform", "", 0],
- [8, "box1", "webkitTransform", [ 0.309017, -0.951057 ], 0.05],
- [8, "box2", "webkitTransform", [ 0.309017, -0.951057 ], 0.05],
+ [8, "box1", "webkitTransform", [ 0.309017, -0.951057, 0.951057, 0.309017, 0, 0 ], 0.05],
+ [8, "box2", "webkitTransform", [ 0.309017, -0.951057, 0.951057, 0.309017, 0, 0 ], 0.05],
[8, ["box1", "box2"], "webkitTransform", "", 0],
];

Powered by Google App Engine
This is Rietveld 408576698