| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
|
| index 8e34d4a9d67136510d91e519288367310f67641e..ec7a383b9a2a592e592aaac5bc10ebd35e9a592b 100644
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
|
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-on-nested-container-with-unresolved-height.html
|
| @@ -9,7 +9,7 @@
|
| }
|
| .container {
|
| background-color: yellow;
|
| - shape-inside: rectangle(0, 0, 50%, 100%);
|
| + shape-inside: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
| }
|
| </style>
|
| </head>
|
|
|