Index: LayoutTests/fast/shapes/shape-inside/shape-inside-text.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-text.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-text.html |
index 5a58a5a3c99774c1e4249ceb44a300cc3c40a33d..90e854ff5563007a2ed4053c3fb0ccd92de47e03 100644 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-text.html |
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-text.html |
@@ -5,7 +5,7 @@ |
#shape-inside { |
width: 200px; |
height: 200px; |
- shape-inside: rectangle(10px, 10px, 180px, 180px); |
+ shape-inside: polygon(10px 10px, 190px 10px, 190px 190px, 10px 190px); |
position: relative; |
} |
#border { |