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 9d70233092a4e9ee5944bb7b9f8ec5822cf3b348..178e030955aeb1720a3f320d694637e06a2d4ebb 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
@@ -55,6 +55,8 @@ PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is |
PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)" |
PASS getCSSText("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)" |
PASS getComputedStyleValue("shape-outside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)" |
+PASS getCSSText("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 10in) 0px 0px 0px)" |
+PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") is "inset(calc(75% - 960px) 0px 0px 0px round 0px 0px 0px 0px / 0px 0px 0px 0px)" |
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%)" |