| 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 b9b1b2ef0ef43b16d080602bfd0a2aaf0bbd6be4..77eeefd9ad9ea658278bf08371a6439183702877 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 with deprecated circle
|
|
|
| ["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)",
|
|
|