Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html |
index 76dbf80f032bec85ea387d20888064caa565ce80..6c7f92acd7f267aa61efd0e904842790f4ce26e9 100644 |
--- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-outermost.html |
@@ -10,7 +10,7 @@ |
height: 20px; |
margin-bottom: 10px; |
background-color: black; |
- shape-outside: rectangle(0, 0, 50%, 100%); |
+ shape-outside: inset(0 50% 0 0); |
} |
.short { |
float: left; |