Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html |
index 49cd7b7005161c06f335e0311a008fa379c8f652..880a02e8ae04d0e13d92367d923bdaa3e58d8a0b 100644 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html |
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html |
@@ -18,10 +18,10 @@ |
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; |
- -webkit-shape-inside: rectangle(25px, 50px, 140px, 100px); |
+ shape-inside: rectangle(25px, 50px, 140px, 100px); |
} |
#border1 { |
position: absolute; |