Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html |
index efb0eccfa96315305d60714e2919635677967c39..a731b361762d0c351e8f655de6a12e9efa93c686 100644 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html |
+++ b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-block-content-polygon-with-adjustment.html |
@@ -28,7 +28,7 @@ |
border-top: 30px solid green; |
border-left: 0px; /* FIXME: Content gets extra left offset when there is left-border on the content box: http://webkit.org/b/117573 */ |
margin-top: 10px; |
- -webkit-shape-inside: polygon(30px 30px, 380px 380px, 10px 380px); |
+ shape-inside: polygon(30px 30px, 380px 380px, 10px 380px); |
} |
</style> |
</head> |