Index: LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
index 28658e58319ad0f0f50887bfb11ab221de0febd5..827d3c7b28a5ebf376b04b5a76925c8c81756aa9 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
@@ -143,6 +143,8 @@ var invalidShapeValues = [ |
"circle(at 10px 10px at center)", |
"circle(at center center 10px)", |
+ "circle(at 10px 10px closest-side)", |
+ |
"ellipse(10px, 20px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore. |
"ellipse(10px, 20px, 30px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore. |
"ellipse(10px 20px 30px 40px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore. |