| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
|
| index 7b7e2db0b3fe798eb688e481e3f681a9f2264ce4..28dfc891f0d88912b390dc1efca3551cc311aff1 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
|
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-not-a-layer.html
|
| @@ -9,7 +9,7 @@
|
| height: 10px;
|
| width: 50px;
|
| background-color: red;
|
| - shape-outside: rectangle(0, 0, 0, 100%);
|
| + shape-outside: inset(0 100% 0 0);
|
| }
|
| </style>
|
| <body>
|
|
|