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

Unified Diff: LayoutTests/animations/transition-and-animation-2.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/transition-and-animation-2.html
diff --git a/LayoutTests/animations/transition-and-animation-2.html b/LayoutTests/animations/transition-and-animation-2.html
index 78609092fc9518b1096d106f1e82924bb97fee39..17383c19f8375a37eb25b86b720b26d1323a4886 100644
--- a/LayoutTests/animations/transition-and-animation-2.html
+++ b/LayoutTests/animations/transition-and-animation-2.html
@@ -30,9 +30,10 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.4, "box", "webkitTransform.5", 0, 0],
+ [0.4, "box", "transform", "none", 0],
];
-
+
+ // FIXME: This doesn't get called so we don't trigger a transition...
function setup()
{
document.getElementById("box").style.webkitTransform = "translateX(400px)";

Powered by Google App Engine
This is Rietveld 408576698