| Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html
|
| diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html
|
| index 1f2554b673e9c36515e5a00d412267df66cdef18..1691f82ea0e93ea9d347253764c1afeccfb75bc2 100644
|
| --- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html
|
| +++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html
|
| @@ -18,14 +18,14 @@
|
| width: 180px;
|
| height: 100px;
|
| border: 1px solid green;
|
| - -webkit-shape-inside: rectangle(0, 0, 130px, 100px);
|
| + shape-inside: rectangle(0, 0, 130px, 100px);
|
| margin-top: 10px;
|
| }
|
| #region2 {
|
| width: 300px;
|
| height: 150px;
|
| border: 1px solid green;
|
| - -webkit-shape-inside: rectangle(0, 0, 220px, 150px);
|
| + shape-inside: rectangle(0, 0, 220px, 150px);
|
| margin-top: 60px;
|
| }
|
| #region3 {
|
|
|