Index: LayoutTests/animations/interpolation/shape-inside.html |
diff --git a/LayoutTests/animations/interpolation/shape-inside.html b/LayoutTests/animations/interpolation/shape-inside.html |
index 77f4bf11300ae01d1425822c889c61e7dd72f8e7..9791038f8ee01aca421b1341a9dde4791b106300 100644 |
--- a/LayoutTests/animations/interpolation/shape-inside.html |
+++ b/LayoutTests/animations/interpolation/shape-inside.html |
@@ -44,12 +44,12 @@ assertInterpolation({ |
assertInterpolation({ |
property: 'shape-inside', |
- from: 'auto', |
+ from: 'none', |
to: 'ellipse(0%, 0%, 100%, 100%)', |
}, [ |
- {at: -0.3, is: 'auto'}, |
- {at: 0, is: 'auto'}, |
- {at: 0.3, is: 'auto'}, |
+ {at: -0.3, is: 'none'}, |
+ {at: 0, is: 'none'}, |
+ {at: 0.3, is: 'none'}, |
{at: 0.6, is: 'ellipse(0%, 0%, 100%, 100%)'}, |
{at: 1, is: 'ellipse(0%, 0%, 100%, 100%)'}, |
{at: 1.5, is: 'ellipse(0%, 0%, 100%, 100%)'} |