Index: third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
index 6e83bb3392b3757960ae1e7b3d60192650f72877..b8090b42dc58f9700e9850bd6b19dd5ad4f595ca 100644 |
--- a/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation.html |
@@ -41,7 +41,7 @@ assertInterpolation({ |
to: '20px 20px 20px 20px black', |
}, [ |
{at: -0.3, is: '-6px -6px 0px -6px transparent'}, |
- {at: 0, is: '0px 0px 0px 0px transparent'}, |
+ {at: 0, is: 'none'}, |
{at: 0.3, is: '6px 6px 6px 6px rgba(0, 0, 0, 0.3)'}, |
{at: 0.6, is: '12px 12px 12px 12px rgba(0, 0, 0, 0.6)'}, |
{at: 1, is: '20px 20px 20px 20px black'}, |
@@ -67,7 +67,7 @@ assertInterpolation({ |
to: '20px 20px 20px 20px black', |
}, [ |
{at: -0.3, is: '-6px -6px 0px -6px transparent'}, |
- {at: 0, is: '0px 0px 0px 0px transparent'}, |
+ {at: 0, is: 'none'}, |
{at: 0.3, is: '6px 6px 6px 6px rgba(0, 0, 0, 0.3)'}, |
{at: 0.6, is: '12px 12px 12px 12px rgba(0, 0, 0, 0.6)'}, |
{at: 1, is: '20px 20px 20px 20px black'}, |
@@ -137,7 +137,7 @@ assertInterpolation({ |
{at: 0, is: '10px 20px rgba(255, 255, 0, 0.5), inset 5px 30px #008000'}, |
{at: 0.3, is: '7px 14px rgba(255, 255, 0, 0.35), inset 3.5px 21px rgba(0, 128, 0, 0.7)'}, |
{at: 0.6, is: '4px 8px rgba(255, 255, 0, 0.2), inset 2px 12px rgba(0, 128, 0, 0.4)'}, |
- {at: 1, is: '0px 0px 0px 0px transparent, inset 0px 0px 0px 0px transparent'}, |
+ {at: 1, is: 'none'}, |
{at: 1.5, is: '-5px -10px transparent, inset -2.5px -15px transparent'}, |
]); |