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 2b150329236b1c8495b97df6d97693a720c4cfdf..0e3ca66f9e02612625d0a6788ef68cd16f81a0e4 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -5,18 +5,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS getCSSText("shape-inside", "none") is "none" |
PASS getComputedStyleValue("shape-inside", "none") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px)" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
-PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px)" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
-PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px)" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
-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", "inset(10px)") is "inset(10px 10px 10px 10px)" |
PASS getComputedStyleValue("shape-inside", "inset(10px)") is "inset(10px 10px 10px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" |
PASS getCSSText("shape-inside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)" |
@@ -67,8 +55,6 @@ PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is " |
PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px)") is "inset(10px 20px 30px 40px round 5px 6px 5px 6px / 5px 6px 5px 6px)" |
PASS getCSSText("shape-inside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)" |
PASS getComputedStyleValue("shape-inside", "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)") is "inset(10px 20px 30px 40px round 5px 6px 7px 8px / 50px 60px 70px 80px)" |
-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(at 50% 50%)" |
PASS getComputedStyleValue("shape-inside", "circle()") is "circle(closest-side at 50% 50%)" |
PASS getCSSText("shape-inside", "circle(farthest-side)") is "circle(farthest-side at 50% 50%)" |
@@ -99,8 +85,6 @@ PASS getCSSText("shape-inside", "circle(10px at right 0px bottom 0px)") is "circ |
PASS getComputedStyleValue("shape-inside", "circle(10px at right 0px bottom 0px)") is "circle(10px at 100% 100%)" |
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", "ellipse()") is "ellipse(at 50% 50%)" |
PASS getComputedStyleValue("shape-inside", "ellipse()") is "ellipse(closest-side closest-side at 50% 50%)" |
PASS getCSSText("shape-inside", "ellipse(10px)") is "ellipse(10px at 50% 50%)" |
@@ -171,30 +155,6 @@ PASS getCSSText("shape-inside", "calc()") is "" |
PASS getComputedStyleValue("shape-inside", "calc()") is "none" |
PASS getCSSText("shape-inside", "auto") is "" |
PASS getComputedStyleValue("shape-inside", "auto") is "none" |
-PASS getCSSText("shape-inside", "rectangle()") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle()") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px)") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px 20px 30px 40px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px 20px 30px 40px)") is "none" |
-PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none" |
-PASS getCSSText("shape-inside", "inset-rectangle()") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "none" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px, 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 10px)") is "none" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px)") is "none" |
-PASS getCSSText("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px 20px 30px 40px)") is "none" |
-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 "none" |
PASS getCSSText("shape-inside", "inset()") is "" |
PASS getComputedStyleValue("shape-inside", "inset()") is "none" |
PASS getCSSText("shape-inside", "inset(10px, 10px)") is "" |
@@ -225,12 +185,6 @@ PASS getCSSText("shape-inside", "inset(/ 10px)") is "" |
PASS getComputedStyleValue("shape-inside", "inset(/ 10px)") is "none" |
PASS getCSSText("shape-inside", "inset(round /)") is "" |
PASS getComputedStyleValue("shape-inside", "inset(round /)") is "none" |
-PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "none" |
-PASS getCSSText("shape-inside", "circle(10px 20px 30px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px 20px 30px)") is "none" |
-PASS getCSSText("shape-inside", "circle(10px, 20px, 30px, 40px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px, 20px, 30px, 40px)") is "none" |
PASS getCSSText("shape-inside", "circle(10px 20px)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none" |
PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" |
@@ -251,12 +205,6 @@ PASS getCSSText("shape-inside", "circle(10px at)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(10px at)") is "none" |
PASS getCSSText("shape-inside", "circle(at)") is "" |
PASS getComputedStyleValue("shape-inside", "circle(at)") 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 "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none" |
-PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" |
PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" |
@@ -315,11 +263,11 @@ PASS getCSSText("shape-inside", "url('shape.svg') content-box") is "" |
PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "none" |
PASS getCSSText("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "" |
PASS getComputedStyleValue("shape-inside", "url('shape.svg') polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none" |
-PASS getParentAndChildComputedStylesString("shape-inside", "none", "rectangle(10px, 20px, 30px, 40px)") is "parent: none, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
-PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
-PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none" |
-PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: none" |
-PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
+PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "none", "circle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" |
+PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "outside-shape", "circle(30px at 10px 20px)") is "parent: outside-shape, child: circle(30px at 10px 20px)" |
+PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none" |
+PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none" |
+PASS getParentAndChildComputedStylesString("-webkit-shape-inside", "circle(30px at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle(30px at 10px 20px)" |
PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "parent: none, child: none" |
PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is "parent: none, child: none" |
PASS successfullyParsed is true |