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

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

Powered by Google App Engine
This is Rietveld 408576698