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

Unified Diff: LayoutTests/animations/combo-transform-rotate+scale.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/combo-transform-rotate+scale.html
diff --git a/LayoutTests/animations/combo-transform-rotate+scale.html b/LayoutTests/animations/combo-transform-rotate+scale.html
index 2d24cec15153e53571414a6019357b631ad2f97c..96e7f1e6eb2f983d59ba811e276f7c7c97d9c172 100644
--- a/LayoutTests/animations/combo-transform-rotate+scale.html
+++ b/LayoutTests/animations/combo-transform-rotate+scale.html
@@ -24,7 +24,7 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, "box", "webkitTransform", [0,1.25,-1.7,0,0], 0.2],
+ [0.5, "box", "webkitTransform", [0,1.25,-1.7,0,0,0], 0.2],
[1.0, "box", "webkitTransform", [-1.5,0,0,-2.5,0,0], 0.2],
];

Powered by Google App Engine
This is Rietveld 408576698