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..a22d75a9ecf710571f4c91042ac2dc7bc76d4802 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -29,8 +29,6 @@ PASS getCSSText("shape-inside", "circle(10px at 10px 10px)") is "circle(10px at |
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%)" |
@@ -45,6 +43,38 @@ PASS getCSSText("shape-inside", "circle(10px at right 10px bottom 10px)") is "ci |
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", "ellipse()") is "ellipse()" |
+PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)" |
+PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "ellipse(10px closest-side at 50% 50%)" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)" |
+PASS getCSSText("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px)") is "ellipse(10px closest-side at 10px 50%)" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)" |
+PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px)") is "ellipse(10px closest-side at 10px 10px)" |
+PASS getCSSText("shape-inside", "ellipse(at 10px)") is "ellipse(at 10px 50%)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px)") is "ellipse(closest-side closest-side at 10px 50%)" |
+PASS getCSSText("shape-inside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px)") is "ellipse(closest-side closest-side at 10px 10px)" |
+PASS getCSSText("shape-inside", "ellipse(at top left)") is "ellipse(at 0% 0%)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at top left)") is "ellipse(closest-side closest-side at 0% 0%)" |
+PASS getCSSText("shape-inside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)" |
+PASS getCSSText("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at left 0% top 10px)" |
+PASS getCSSText("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at left 10px top 10px)" |
+PASS getCSSText("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at left 0% top 10px)" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at left 10px top 10px)" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
PASS getCSSText("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" |
PASS getComputedStyleValue("shape-inside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" |
PASS getCSSText("shape-inside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
@@ -127,16 +157,28 @@ 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 "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px)") is "auto" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "auto" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "auto" |
PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "auto" |
+PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is "" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "auto" |
PASS getCSSText("shape-inside", "polygon()") is "" |
PASS getComputedStyleValue("shape-inside", "polygon()") is "auto" |
PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "" |