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

Unified Diff: LayoutTests/transitions/multiple-background-transitions.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/transitions/multiple-background-transitions.html
diff --git a/LayoutTests/transitions/multiple-background-transitions.html b/LayoutTests/transitions/multiple-background-transitions.html
index b6b30dfe732a28ed6b1ab6ff29c1f1d5b0df6e32..64609f3a4f0168b784a2f3b4f0db5d1f56c57357 100644
--- a/LayoutTests/transitions/multiple-background-transitions.html
+++ b/LayoutTests/transitions/multiple-background-transitions.html
@@ -50,9 +50,9 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'box', 'background-position', [40, 40], 2],
- [0.5, 'box2', 'background-position', [40, 40], 2],
- [0.5, 'box3', 'background-position', [40, 40], 2],
+ [0.5, 'box', 'background-position', "40px 40px, 40px 40px", 2],
+ [0.5, 'box2', 'background-position', "40px 40px", 2],
+ [0.5, 'box3', 'background-position', "40px 40px, 40px 80px", 2],
];
function setupTest()

Powered by Google App Engine
This is Rietveld 408576698