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

Unified Diff: LayoutTests/animations/matrix-anim.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/matrix-anim.html
diff --git a/LayoutTests/animations/matrix-anim.html b/LayoutTests/animations/matrix-anim.html
index 8b3e0f2b6538ec3fb9a60d4374e50adb2a498474..4f7cee8e508725aa9632c9d0327057da785a05b0 100644
--- a/LayoutTests/animations/matrix-anim.html
+++ b/LayoutTests/animations/matrix-anim.html
@@ -25,7 +25,7 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, "box", "webkitTransform", [1,0,0,1], 0.1],
+ [0.5, "box", "webkitTransform", [1,0,0,1,0,0], 0.1],
];
runAnimationTest(expectedValues);
« no previous file with comments | « LayoutTests/animations/cross-fade-webkit-mask-image-expected.html ('k') | LayoutTests/animations/matrix-anim-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698