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

Unified Diff: LayoutTests/transitions/mismatched-shadow-styles-expected.txt

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-styles-expected.txt
diff --git a/LayoutTests/transitions/mismatched-shadow-styles-expected.txt b/LayoutTests/transitions/mismatched-shadow-styles-expected.txt
index c30b53d14a60c16e13728e48badb9d2098662610..8eb87349b1a3e5536a58ca3d11f43ccf7efdaffb 100644
--- a/LayoutTests/transitions/mismatched-shadow-styles-expected.txt
+++ b/LayoutTests/transitions/mismatched-shadow-styles-expected.txt
@@ -1,5 +1,5 @@
-PASS - "box-shadow" property for "none-to-normal" element at 0.25s saw something close to: 10,10
-PASS - "box-shadow" property for "none-to-inset" element at 0.25s saw something close to: 10,10
-PASS - "box-shadow" property for "inset-to-normal" element at 0.25s saw something close to: 20,20
-PASS - "box-shadow" property for "normal-to-inset" element at 0.25s saw something close to: 20,20
+PASS - "box-shadow" property for "none-to-normal" element at 0.3s saw something close to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px
+PASS - "box-shadow" property for "none-to-inset" element at 0.3s saw something close to: rgba(0, 0, 0, 0.6) 12px 12px 6px 0px inset
+PASS - "box-shadow" property for "inset-to-normal" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px
+PASS - "box-shadow" property for "normal-to-inset" element at 0.3s saw something close to: rgb(0, 0, 0) 20px 20px 10px 0px inset
« no previous file with comments | « LayoutTests/transitions/mismatched-shadow-styles.html ('k') | LayoutTests/transitions/mismatched-shadow-transitions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698