Index: LayoutTests/webexposed/nonstable-css-properties.html |
diff --git a/LayoutTests/webexposed/nonstable-css-properties.html b/LayoutTests/webexposed/nonstable-css-properties.html |
index 481a2c8fa4502426c39ca7c3bf397b933a32a019..503dcc97e36b6f565df544ae2e89dc64faf536be 100644 |
--- a/LayoutTests/webexposed/nonstable-css-properties.html |
+++ b/LayoutTests/webexposed/nonstable-css-properties.html |
@@ -21,8 +21,8 @@ function testStyle(property, value) { |
} |
var properties = [ |
-['-webkit-shape-margin', '10px'], |
-['-webkit-shape-outside', 'circle(10px at 10px 10px)'], |
+['shape-margin', '10px'], |
+['shape-outside', 'circle(10px at 10px 10px)'], |
['-webkit-wrap-flow', 'both'], |
['-webkit-wrap-through', 'none'], |