| Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html
|
| diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html
|
| index 42f4b22b9353855d4ada84bfac59442de7b6900a..cc9f6398ee4963da26b51f8bd72f405af6ee0ea2 100644
|
| --- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html
|
| +++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html
|
| @@ -18,11 +18,11 @@
|
| height: 200px;
|
| border: 2px solid green;
|
| }
|
| - #region1 { -webkit-shape-inside: rectangle(50px, 50px, 100px, 100px); }
|
| + #region1 { shape-inside: rectangle(50px, 50px, 100px, 100px); }
|
| #region2 {
|
| margin-top: 10px;
|
| border-bottom: 10px solid yellow;
|
| - -webkit-shape-inside: rectangle(25px, 50px, 150px, 100px);
|
| + shape-inside: rectangle(25px, 50px, 150px, 100px);
|
| }
|
| #border1 {
|
| position: absolute;
|
|
|