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 d4e282d623e25eb7a5fb0977b162fe55ad5e3e34..0857d3f0dc1708b1fab6e7b4a1da78f7991f5746 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
@@ -245,6 +245,10 @@ PASS getCSSText("shape-outside", "circle(at center center 10px)") is "" |
PASS getComputedStyleValue("shape-outside", "circle(at center center 10px)") is "none" |
PASS getCSSText("shape-outside", "circle(at 10px 10px closest-side)") is "" |
PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px closest-side)") is "none" |
+PASS getCSSText("shape-outside", "circle(10px at)") is "" |
+PASS getComputedStyleValue("shape-outside", "circle(10px at)") is "none" |
+PASS getCSSText("shape-outside", "circle(at)") is "" |
+PASS getComputedStyleValue("shape-outside", "circle(at)") is "none" |
PASS getCSSText("shape-outside", "ellipse(10px, 20px)") is "" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px, 20px)") is "none" |
PASS getCSSText("shape-outside", "ellipse(10px, 20px, 30px)") is "" |
@@ -267,6 +271,10 @@ PASS getCSSText("shape-outside", "ellipse(at 10px 10px at center)") is "" |
PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px at center)") is "none" |
PASS getCSSText("shape-outside", "ellipse(at center center 10px)") is "" |
PASS getComputedStyleValue("shape-outside", "ellipse(at center center 10px)") is "none" |
+PASS getCSSText("shape-outside", "ellipse(10px 20px at)") is "" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at)") is "none" |
+PASS getCSSText("shape-outside", "ellipse(at)") is "" |
+PASS getComputedStyleValue("shape-outside", "ellipse(at)") is "none" |
PASS getCSSText("shape-outside", "polygon()") is "" |
PASS getComputedStyleValue("shape-outside", "polygon()") is "none" |
PASS getCSSText("shape-outside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "" |