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

Unified Diff: LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt

Issue 851693007: Prepare for responsive CSS animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and tidy up Created 5 years, 10 months 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/animations/interpolation/box-shadow-interpolation-expected.txt
diff --git a/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt b/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt
index bccceea75be21cca982c57f178a29011d0143b11..9c409857c104044a9fade0792f7159e274862284 100644
--- a/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt
+++ b/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt
@@ -17,12 +17,12 @@ PASS: box-shadow from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000]
FAIL: box-shadow from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000] to [none] was [rgba(255, 255, 0, 0.2) 4px 8px 0px 0px, rgba(0, 127, 0, 0.4) 2px 12px 0px 0px inset] at 0.6, expected [4px 8px rgba(255, 255, 0, 0.2), inset 2px 12px rgba(0, 128, 0, 0.4)] (parsed as [rgba(255, 255, 0, 0.2) 4px 8px 0px 0px, rgba(0, 128, 0, 0.4) 2px 12px 0px 0px inset])
PASS: box-shadow from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000] to [none] was [none] at 1
PASS: box-shadow from [10px 20px rgba(255, 255, 0, 0.5), inset 5px 10em #008000] to [none] was [-5px -10px transparent, inset -2.5px -15px transparent] at 1.5
-FAIL: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 166, 0) 2px 7px 0px 0px] at -0.3, expected [10px 20px yellow, 5px 10px green] (parsed as [rgb(255, 255, 0) 10px 20px 0px 0px, rgb(0, 128, 0) 5px 10px 0px 0px])
+PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [10px 20px yellow, 5px 10px green] at -0.3
Timothy Loh 2015/02/11 03:54:36 This is a change in behaviour, please mention it i
PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [10px 20px yellow, 5px 10px green] at 0
-FAIL: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 90, 77) 8px 13px 0px 0px] at 0.3, expected [10px 20px yellow, 5px 10px green] (parsed as [rgb(255, 255, 0) 10px 20px 0px 0px, rgb(0, 128, 0) 5px 10px 0px 0px])
-FAIL: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 51, 153) 11px 16px 0px 0px] at 0.6, expected [inset 5px 10px green, 15px 20px blue] (parsed as [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 0, 255) 15px 20px 0px 0px])
+PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [10px 20px yellow, 5px 10px green] at 0.3
+PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [inset 5px 10px green, 15px 20px blue] at 0.6
PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [inset 5px 10px green, 15px 20px blue] at 1
-FAIL: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 0, 255) 20px 25px 0px 0px] at 1.5, expected [inset 5px 10px green, 15px 20px blue] (parsed as [rgb(0, 128, 0) 5px 10px 0px 0px inset, rgb(0, 0, 255) 15px 20px 0px 0px])
+PASS: box-shadow from [10px 20px yellow, 5px 10px green] to [inset 5px 10px green, 15px 20px blue] was [inset 5px 10px green, 15px 20px blue] at 1.5
Web Animations API:
PASS: boxShadow from [15px 10px 5px 6px black] to [-15px -10px 25px -4px orange] was [24px 16px 0px 9px black] at -0.3

Powered by Google App Engine
This is Rietveld 408576698