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 3067422320d353a2a5583eeed96fc3e9146b6f1b..584ef40d4720d33410e7321e48160e237c0dc96a 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-outside-expected.txt |
@@ -72,11 +72,13 @@ PASS getComputedStyleValue("shape-outside", "inset(calc(25%*3 - 10in) 0 0 0)") i |
PASS getCSSText("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(75% - 10in))" |
PASS getComputedStyleValue("shape-outside", "inset(10px 10px 10px 10px round calc(25%*3 - 10in))") is "inset(10px round calc(-960px + 75%))" |
PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" |
-PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side at 50% 50%)" |
+PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)" |
PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)" |
PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)" |
-PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)" |
-PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(closest-side at 50% 50%)" |
+PASS getCSSText("shape-outside", "circle()") is "circle(at 50% 50%)" |
+PASS getComputedStyleValue("shape-outside", "circle()") is "circle(at 50% 50%)" |
+PASS getCSSText("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)" |
+PASS getComputedStyleValue("shape-outside", "circle(closest-side at 50px 50px)") is "circle(at 50px 50px)" |
PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)" |
PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 50% 50%)" |
PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px 50%)" |
@@ -84,13 +86,13 @@ PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1 |
PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" |
PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at 10px 10px)" |
PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" |
-PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closest-side at 10px 50%)" |
+PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" |
PASS getCSSText("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)" |
-PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(closest-side at 10px 10px)" |
+PASS getComputedStyleValue("shape-outside", "circle(at 10px 10px)") is "circle(at 10px 10px)" |
PASS getCSSText("shape-outside", "circle(at top left)") is "circle(at 0% 0%)" |
-PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(closest-side at 0% 0%)" |
+PASS getComputedStyleValue("shape-outside", "circle(at top left)") is "circle(at 0% 0%)" |
PASS getCSSText("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)" |
-PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(closest-side at 100% 100%)" |
+PASS getComputedStyleValue("shape-outside", "circle(at right bottom)") is "circle(at 100% 100%)" |
PASS getCSSText("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)" |
PASS getComputedStyleValue("shape-outside", "circle(10px at left top 10px)") is "circle(10px at 0% 10px)" |
PASS getCSSText("shape-outside", "circle(10px at top 10px left 10px)") is "circle(10px at 10px 10px)" |
@@ -102,37 +104,45 @@ PASS getComputedStyleValue("shape-outside", "circle(10px at right 0px bottom 0px |
PASS getCSSText("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
PASS getComputedStyleValue("shape-outside", "circle(10px at right 10px bottom 10px)") is "circle(10px at right 10px bottom 10px)" |
PASS getCSSText("shape-outside", "ellipse()") is "ellipse(at 50% 50%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse()") is "ellipse(at 50% 50%)" |
PASS getCSSText("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px closest-side at 50% 50%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px)") is "ellipse(10px 20px at 50% 50%)" |
PASS getCSSText("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px closest-side at 10px 50%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px)") is "ellipse(10px at 10px 50%)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at 10px)") is "ellipse(10px 20px at 10px 50%)" |
PASS getCSSText("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px closest-side at 10px 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at 10px 10px)") is "ellipse(10px at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(closest-side closest-side at 10px 50%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(at 10px)") is "ellipse(at 10px 50%)" |
PASS getCSSText("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse(closest-side closest-side at 10px 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(at 10px 10px)") is "ellipse(at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(closest-side closest-side at 0% 0%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(at top left)") is "ellipse(at 0% 0%)" |
PASS getCSSText("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(closest-side closest-side at 100% 100%)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(at right bottom)") is "ellipse(at 100% 100%)" |
PASS getCSSText("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px closest-side at 0% 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at left top 10px)") is "ellipse(10px at 0% 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px closest-side at 10px 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at top 10px left 10px)") is "ellipse(10px at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)" |
-PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px closest-side at right 10px bottom 10px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(10px at right 10px bottom 10px)") is "ellipse(10px at right 10px bottom 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at left top 10px)") is "ellipse(10px 20px at 0% 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is "ellipse(10px 20px at 10px 10px)" |
PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
+PASS getCSSText("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(closest-side closest-side at 50px 50px)") is "ellipse(at 50px 50px)" |
+PASS getCSSText("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side farthest-side at 50px 50px)") is "ellipse(farthest-side farthest-side at 50px 50px)" |
+PASS getCSSText("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(closest-side farthest-side at 50px 50px)") is "ellipse(closest-side farthest-side at 50px 50px)" |
+PASS getCSSText("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)" |
+PASS getComputedStyleValue("shape-outside", "ellipse(farthest-side closest-side at 50px 50px)") is "ellipse(farthest-side at 50px 50px)" |
PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |