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 028f7123cb765d6686800715fd7eab669e255fe3..916fff121b0394f31e0d38845aad56fd0463a91f 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -19,6 +19,30 @@ PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10 |
PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
PASS getCSSText("shape-inside", "circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" |
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(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%)" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" |
+PASS getCSSText("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" |
+PASS getCSSText("shape-inside", "circle(at 10px)") is "circle(at 10px 50%)" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px)") is "circle(closest-side at 10px 50%)" |
+PASS getCSSText("shape-inside", "circle(at 10px)") is "circle(at 10px 50%)" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px)") is "circle(closest-side at 10px 50%)" |
+PASS getCSSText("shape-inside", "circle(at 10px 10px)") is "circle(at 10px 10px)" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px)") is "circle(closest-side at 10px 10px)" |
+PASS getCSSText("shape-inside", "circle(at top left)") is "circle(at 0% 0%)" |
+PASS getComputedStyleValue("shape-inside", "circle(at top left)") is "circle(closest-side at 0% 0%)" |
+PASS getCSSText("shape-inside", "circle(at right bottom)") is "circle(at 100% 100%)" |
+PASS getComputedStyleValue("shape-inside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)" |
+PASS getCSSText("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at left top 10px)") is "circle(10px at left 0% top 10px)" |
+PASS getCSSText("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at top 10px left 10px)") is "circle(10px at left 10px top 10px)" |
+PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" |
PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" |
@@ -83,16 +107,26 @@ PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "" |
PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "auto" |
PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" |
PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "auto" |
-PASS getCSSText("shape-inside", "circle()") is "" |
-PASS getComputedStyleValue("shape-inside", "circle()") is "auto" |
-PASS getCSSText("shape-inside", "circle(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px)") is "auto" |
PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "auto" |
PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "auto" |
PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "auto" |
+PASS getCSSText("shape-inside", "circle(10px 20px)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "auto" |
+PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "auto" |
+PASS getCSSText("shape-inside", "circle(10px at 10px 10px at center)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)") is "auto" |
+PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "auto" |
+PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "auto" |
+PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "auto" |
+PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "auto" |
PASS getCSSText("shape-inside", "ellipse()") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse()") is "auto" |
PASS getCSSText("shape-inside", "ellipse(10px)") is "" |