| Index: LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
|
| diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
|
| index 70fa075c0bf2c65849b9da4b9d56e9faf5e36bc9..b8d07b6f9e8675c74598ad791b897d0cbef353fe 100644
|
| --- a/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
|
| +++ b/LayoutTests/fast/regions/shape-inside/shape-inside-recursive-layout-expected.html
|
| @@ -8,7 +8,7 @@
|
| .region {
|
| width: 100px;
|
| height: 100px;
|
| - -webkit-shape-inside: rectangle(0, 0, 100%, 100%);
|
| + shape-inside: rectangle(0, 0, 100%, 100%);
|
| }
|
| .content * {
|
| color: green;
|
|
|