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

Unified Diff: LayoutTests/animations/cross-fade-background-image.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/cross-fade-background-image.html
diff --git a/LayoutTests/animations/cross-fade-background-image.html b/LayoutTests/animations/cross-fade-background-image.html
index f5d5deb61e1adb634d71e5e6b990d12f47304a57..5fbdcd5f9e82ab578372ea15d5413ec29928bc8b 100644
--- a/LayoutTests/animations/cross-fade-background-image.html
+++ b/LayoutTests/animations/cross-fade-background-image.html
@@ -41,7 +41,6 @@
<script type="text/javascript" charset="utf-8">
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [2.5, "box", "backgroundImage", 0.5, 0.05],
[2.5, ["box", "boxStatic"], "backgroundImage", 0.5, 0.05],
[2.5, ["boxShorthand", "boxStatic"], "backgroundImage", 0.5, 0.05],
];

Powered by Google App Engine
This is Rietveld 408576698