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 e4ae5bad392d28446f10918b64230d7d3cc59663..e202aebebff2378a5a88410ab0fe848a0a162401 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -241,6 +241,8 @@ PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none" |
PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "none" |
+PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" |