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

Unified Diff: LayoutTests/transitions/mismatched-shadow-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/mismatched-shadow-transitions.html
diff --git a/LayoutTests/transitions/mismatched-shadow-transitions.html b/LayoutTests/transitions/mismatched-shadow-transitions.html
index 3251a853fa59d1d813ba2581c7277c7eac7ab0fc..4df7e343ad2feeaf260f2659c310edf0a38a12eb 100644
--- a/LayoutTests/transitions/mismatched-shadow-transitions.html
+++ b/LayoutTests/transitions/mismatched-shadow-transitions.html
@@ -30,7 +30,7 @@
const expectedValues = [
// [time, element-id, property, expected-value, tolerance]
- [0.5, 'box', 'box-shadow', [15, 15, 5, 5], 4],
+ [0.5, 'box', 'box-shadow', "rgb(128, 128, 128) 15px 15px 4px 0px inset, rgba(0, 0, 0, 0.5) 5px 5px 3px 0px", 4],
];
function setupTest()

Powered by Google App Engine
This is Rietveld 408576698