Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html |
index 168e58219f4780730d63e7c63a38fc7e89fa013a..2014b14f6f0235b5d5812ac5d001c817b284f6b3 100644 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html |
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-bottom-positioned-multiple-shapes.html |
@@ -19,10 +19,10 @@ |
border: 2px solid green; |
padding: 10px; |
} |
- #region1 { -webkit-shape-inside: rectangle(50px, 100px, 100px, 100px); } |
+ #region1 { shape-inside: rectangle(50px, 100px, 100px, 100px); } |
#region2 { |
margin-top: 10px; |
- -webkit-shape-inside: rectangle(25px, 100px, 150px, 100px); |
+ shape-inside: rectangle(25px, 100px, 150px, 100px); |
} |
#border1 { |
position: absolute; |