| Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html
|
| diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html
|
| index a5d6c47a17c3b0e8a3e79cbb0f67b70c61cd5b5e..0438963725595eae26e87d1ce5e0c0fcb1442c40 100644
|
| --- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html
|
| +++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html
|
| @@ -16,13 +16,13 @@
|
| #region1 {
|
| width: 180px;
|
| height: 100px;
|
| - -webkit-shape-inside: rectangle(0, 0, 130px, 100px);
|
| + shape-inside: rectangle(0, 0, 130px, 100px);
|
| margin-top: 10px;
|
| }
|
| #region2 {
|
| width: 300px;
|
| height: 150px;
|
| - -webkit-shape-inside: rectangle(0, 0, 220px, 150px);
|
| + shape-inside: rectangle(0, 0, 220px, 150px);
|
| margin-top: 60px;
|
| }
|
| #region3 {
|
|
|