Index: LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html |
index db4e57aa76b1ebfc314877332d5e3f8b9a94077c..af1421a6a905847786cefd0a6212617d08233116 100644 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html |
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-box-sizing.html |
@@ -26,16 +26,16 @@ |
height: 130px; |
} |
.shape-inside { |
- shape-inside: rectangle(5px, 10px, 30px, 40px); |
+ shape-inside: polygon(5px 10px, 35px 10px, 35px 50px, 5px 50px); |
font-family: Ahem, sans-serif; |
font-size: 10px; |
color: green; |
} |
.border-box.shape-inside { |
- shape-inside: rectangle(10px, 20px, 30px, 40px) border-box; |
+ shape-inside: polygon(10px 20px, 40px 20px, 40px 60px, 10px 60px) border-box; |
} |
.border-box.border.padding.shape-inside { |
- shape-inside: rectangle(15px, 30px, 30px, 40px) border-box; |
+ shape-inside: polygon(15px 30px, 45px 30px, 45px 70px, 15px 70px) border-box; |
} |
.vertical-lr { |
-webkit-writing-mode: vertical-lr; |
@@ -91,4 +91,4 @@ |
xxxx xxxx xxxx |
</div> |
</body> |
-</html> |
+</html> |