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

Unified Diff: LayoutTests/animations/big-rotation.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/big-rotation.html
diff --git a/LayoutTests/animations/big-rotation.html b/LayoutTests/animations/big-rotation.html
index cb72aae59199c77cff58aa144d20ca0d95546794..06d85da1e0270ecff1dbf3e1517f9e6fdcb5331b 100644
--- a/LayoutTests/animations/big-rotation.html
+++ b/LayoutTests/animations/big-rotation.html
@@ -24,9 +24,9 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [1, "box", "webkitTransform", [-1,0,0,-1], 0.2],
- [2, "box", "webkitTransform", [1,0,0,1], 0.2],
- [3, "box", "webkitTransform", [-1,0,0,-1], 0.2],
+ [1, "box", "webkitTransform", [-1,0,0,-1,0,0], 0.2],
+ [2, "box", "webkitTransform", [1,0,0,1,0,0], 0.2],
+ [3, "box", "webkitTransform", [-1,0,0,-1,0,0], 0.2],
];
runAnimationTest(expectedValues);

Powered by Google App Engine
This is Rietveld 408576698