| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
|
| index 026546f1373c9be1cf061f622867321ebe60d73e..963506e365f21444b614b6531b69fbc81bb778a0 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape.html
|
| @@ -43,7 +43,7 @@
|
| }
|
|
|
| .rectangle50 {
|
| - shape-outside: rectangle(0, 0, 50px, 50px);
|
| + shape-outside: polygon(0px 0px, 50px 0px, 50px 50px, 0px 50px);
|
| }
|
| .rectangle50::before {
|
| width: 50px;
|
| @@ -51,7 +51,7 @@
|
| }
|
|
|
| .rectangle25 {
|
| - shape-outside: rectangle(0, 0, 25px, 25px);
|
| + shape-outside: polygon(0px 0px, 25px 0px, 25px 25px, 0px 25px);
|
| }
|
| .rectangle25::before {
|
| width: 25px;
|
|
|