| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
|
| index e674a6c76da64202946b20157c8e32a9ef888a37..5dca100953d5d75d210ac980ded612b198dee0e6 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-dynamic-shape-overhang.html
|
| @@ -47,7 +47,7 @@
|
| }
|
|
|
| .rectangle50 {
|
| - shape-outside: rectangle(0, 0, 50px, 50px);
|
| + shape-outside: polygon(0px 0px, 50px 0px, 50px 50px, 0px 50px);
|
| }
|
| .rectangle50::before {
|
| width: 50px;
|
| @@ -55,7 +55,7 @@
|
| }
|
|
|
| .rectangle25 {
|
| - shape-outside: rectangle(0, 0, 25px, 25px);
|
| + shape-outside: polygon(0px 0px, 25px 0px, 25px 25px, 0px 25px);
|
| }
|
| .rectangle25::before {
|
| width: 25px;
|
|
|