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 3a17343470b5587a79ba262dd4aef7d800394f4d..00ac671c00d07c9e2bbe9acaf1dfdb37e78aa725 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
@@ -17,6 +17,8 @@ var validShapeValues = [ |
"circle(10px, 20px, 30px)", // FIXME: Remove this test once we do not support the deprecated CSS Shapes syntax anymore. |
["circle()", "circle()", "circle(closest-side at 50% 50%)"], |
+ ["circle(farthest-side)", "circle(farthest-side)", "circle(farthest-side at 50% 50%)"], |
+ ["circle(closest-side)", "circle(closest-side)", "circle(closest-side at 50% 50%)"], |
["circle(10px)", "circle(10px)", "circle(10px at 50% 50%)"], |
["circle(10px at 10px)", "circle(10px at 10px 50%)"], |
"circle(10px at 10px 10px)", |