Index: LayoutTests/animations/interpolation/shape-inside.html |
diff --git a/LayoutTests/animations/interpolation/shape-inside.html b/LayoutTests/animations/interpolation/shape-inside.html |
index 9791038f8ee01aca421b1341a9dde4791b106300..7f72d7836d6a4406bf7cc1b611936ec5f9485a81 100644 |
--- a/LayoutTests/animations/interpolation/shape-inside.html |
+++ b/LayoutTests/animations/interpolation/shape-inside.html |
@@ -45,14 +45,14 @@ assertInterpolation({ |
assertInterpolation({ |
property: 'shape-inside', |
from: 'none', |
- to: 'ellipse(0%, 0%, 100%, 100%)', |
+ to: 'ellipse(100% 100% at 0% 0%)', |
}, [ |
{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%)'} |
+ {at: 0.6, is: 'ellipse(100% 100% at 0% 0%)'}, |
+ {at: 1, is: 'ellipse(100% 100% at 0% 0%)'}, |
+ {at: 1.5, is: 'ellipse(100% 100% at 0% 0%)'} |
]); |
</script> |
</body> |