Index: LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
index 789587937e70daf6145ce63e2325dc192ee539df..5a96d6e845897ed08d1daba09e935e3c2fdfb2ac 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
@@ -69,6 +69,8 @@ PASS getCSSText("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px |
PASS getComputedStyleValue("shape-outside", "inset(10px round 0px / 10px)") is "inset(10px round 0px / 10px)" |
PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 10in) 0px 0px)" |
PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(-960px + 75%) 0px 0px)" |
+PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(75% - 10in))" |
+PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))" |
PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" |
PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)" |
PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)" |