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 d31150ff927209cc92ac58ace7d5f38ae81f2264..5b4cf203518cc718a71e3090712d02a674d4453c 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
+++ b/LayoutTests/fast/shapes/parsing/parsing-test-utils.js |
@@ -40,6 +40,7 @@ var validShapeValues = [ |
"inset(10px round 0px / 10px)", |
["inset(calc(25%*3 - 10in) 0 0 0)", "inset(calc(75% - 10in) 0px 0px)", "inset(calc(-960px + 75%) 0px 0px)"], |
+ ["inset(10px 10px 10px 10px round calc(25%*3 - 10in))", "inset(10px round calc(75% - 10in))", "inset(10px round calc(-960px + 75%))"], |
["circle()", "circle(at 50% 50%)", "circle(closest-side at 50% 50%)"], |
["circle(farthest-side)", "circle(farthest-side at 50% 50%)"], |