| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
|
| index 155ecb99b0b0fdeeb3b857a451e1e55c245b98f4..c11b607c83aa716171f6d165f18465549d0a1923 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-margin.html
|
| @@ -31,7 +31,7 @@
|
| position: relative;
|
| width: 100px;
|
| height: 100px;
|
| - -webkit-shape-outside: rectangle(0, 0, 0, 0);
|
| + -webkit-shape-outside: inset(0 100% 100% 0);
|
| }
|
| .shape::before {
|
| position: absolute;
|
|
|