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

Unified Diff: LayoutTests/transitions/multiple-background-size-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-size-transitions.html
diff --git a/LayoutTests/transitions/multiple-background-size-transitions.html b/LayoutTests/transitions/multiple-background-size-transitions.html
index 92786c8dc970c458da11f045b0ab0794156baa00..0806be8298db76ebb63541feb8c8787bfe881a74 100644
--- a/LayoutTests/transitions/multiple-background-size-transitions.html
+++ b/LayoutTests/transitions/multiple-background-size-transitions.html
@@ -42,8 +42,8 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'box', '-webkit-background-size', [25, 25], 4],
- [0.5, 'box1', '-webkit-mask-size', [25, 25], 4],
+ [0.5, 'box', '-webkit-background-size', "25% 25%, 25% 25%", 4],
+ [0.5, 'box1', '-webkit-mask-size', "25% 25%, 25% 25%", 4],
];
function setupTest()

Powered by Google App Engine
This is Rietveld 408576698