Index: LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
diff --git a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
index 916fff121b0394f31e0d38845aad56fd0463a91f..73ee7dc69447d4cdf49bf5c9cd5d37cf6e0d52a3 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -21,6 +21,10 @@ PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20p |
PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" |
PASS getCSSText("shape-inside", "circle()") is "circle()" |
PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side at 50% 50%)" |
+PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-side)" |
+PASS getComputedStyleValue("shape-inside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)" |
+PASS getCSSText("shape-inside", "circle(closest-side)") is "circle(closest-side)" |
+PASS getComputedStyleValue("shape-inside", "circle(closest-side)") is "circle(closest-side at 50% 50%)" |
PASS getCSSText("shape-inside", "circle(10px)") is "circle(10px)" |
PASS getComputedStyleValue("shape-inside", "circle(10px)") is "circle(10px at 50% 50%)" |
PASS getCSSText("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" |