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 a88cb0f32dd71db148b7a62455538f477ab3d8f6..44e8eaf7e651fa5649ddfbdc24eeaf0f74c9e4d2 100644 |
--- a/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
+++ b/LayoutTests/fast/shapes/parsing/parsing-shape-inside-expected.txt |
@@ -3,8 +3,8 @@ Testing parsing of the shape-inside property. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS getCSSText("shape-inside", "auto") is "auto" |
-PASS getComputedStyleValue("shape-inside", "auto") is "auto" |
+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)" |
@@ -114,120 +114,120 @@ PASS getComputedStyleValue("shape-inside", "outside-shape") is "outside-shape" |
PASS removeBaseURL(getCSSText("shape-inside", "url('image')")) is "url(image)" |
PASS removeBaseURL(getComputedStyleValue("shape-inside", "url('image')")) is "url(image)" |
PASS getCSSText("shape-inside", "calc()") is "" |
-PASS getComputedStyleValue("shape-inside", "calc()") is "auto" |
-PASS getCSSText("shape-inside", "none") is "" |
-PASS getComputedStyleValue("shape-inside", "none") is "auto" |
+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 "auto" |
+PASS getComputedStyleValue("shape-inside", "rectangle()") is "none" |
PASS getCSSText("shape-inside", "rectangle(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "rectangle(10px)") is "none" |
PASS getCSSText("shape-inside", "rectangle(10px, 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "rectangle(10px, 10px)") is "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+PASS getComputedStyleValue("shape-inside", "inset-rectangle()") is "none" |
PASS getCSSText("shape-inside", "inset-rectangle(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px)") is "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+PASS getComputedStyleValue("shape-inside", "inset-rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "none" |
PASS getCSSText("shape-inside", "circle(10px, 20px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px, 20px)") is "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(10px 20px)") is "none" |
PASS getCSSText("shape-inside", "circle(10px at 10px 10px 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at 10px 10px 10px)") is "none" |
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 getComputedStyleValue("shape-inside", "circle(10px at 10px 10px at center)") is "none" |
PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)") is "none" |
PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none" |
PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is "none" |
PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "auto" |
+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 "auto" |
+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 "auto" |
+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 "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is "none" |
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 getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center)") is "none" |
PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)") is "none" |
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 getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center center 10px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "none" |
PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is "none" |
PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is "none" |
PASS getCSSText("shape-inside", "polygon()") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon()") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon()") is "none" |
PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "none" |
PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "none" |
PASS getCSSText("shape-inside", "polygon(nonzero)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "none" |
PASS getCSSText("shape-inside", "polygon(evenodd)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "none" |
PASS getCSSText("shape-inside", "polygon(10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(10px)") is "none" |
PASS getCSSText("shape-inside", "polygon(nonzero,10px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(nonzero,10px)") is "none" |
PASS getCSSText("shape-inside", "polygon(evenodd,12px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(evenodd,12px)") is "none" |
PASS getCSSText("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "none" |
PASS getCSSText("shape-inside", "content-box content-box") is "" |
-PASS getComputedStyleValue("shape-inside", "content-box content-box") is "auto" |
+PASS getComputedStyleValue("shape-inside", "content-box content-box") is "none" |
PASS getCSSText("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "auto" |
-PASS getCSSText("shape-inside", "auto content-box") is "" |
-PASS getComputedStyleValue("shape-inside", "auto content-box") is "auto" |
-PASS getCSSText("shape-inside", "content-box auto") is "" |
-PASS getComputedStyleValue("shape-inside", "content-box auto") is "auto" |
-PASS getCSSText("shape-inside", "polygon(auto) content-box") is "" |
-PASS getComputedStyleValue("shape-inside", "polygon(auto) content-box") is "auto" |
-PASS getCSSText("shape-inside", "content-box polygon(auto)") is "" |
-PASS getComputedStyleValue("shape-inside", "content-box polygon(auto)") is "auto" |
-PASS getCSSText("shape-inside", "circle(50px) auto") is "" |
-PASS getComputedStyleValue("shape-inside", "circle(50px) auto") is "auto" |
-PASS getCSSText("shape-inside", "auto circle(50px)") is "" |
-PASS getComputedStyleValue("shape-inside", "auto circle(50px)") is "auto" |
+PASS getComputedStyleValue("shape-inside", "polygon(nonzero, 0 0 ,10px 10px, 10px 0) polygon(nonzero, 0 0, 10px 10px, 10px 0)") is "none" |
+PASS getCSSText("shape-inside", "none content-box") is "" |
+PASS getComputedStyleValue("shape-inside", "none content-box") is "none" |
+PASS getCSSText("shape-inside", "content-box none") is "" |
+PASS getComputedStyleValue("shape-inside", "content-box none") is "none" |
+PASS getCSSText("shape-inside", "polygon(none) content-box") is "" |
+PASS getComputedStyleValue("shape-inside", "polygon(none) content-box") is "none" |
+PASS getCSSText("shape-inside", "content-box polygon(none)") is "" |
+PASS getComputedStyleValue("shape-inside", "content-box polygon(none)") is "none" |
+PASS getCSSText("shape-inside", "circle(50px) none") is "" |
+PASS getComputedStyleValue("shape-inside", "circle(50px) none") is "none" |
+PASS getCSSText("shape-inside", "none circle(50px)") is "" |
+PASS getComputedStyleValue("shape-inside", "none circle(50px)") is "none" |
PASS getCSSText("shape-inside", "url('shape.svg') content-box") is "" |
-PASS getComputedStyleValue("shape-inside", "url('shape.svg') content-box") is "auto" |
+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 "auto" |
-PASS getParentAndChildComputedStylesString("shape-inside", "auto", "rectangle(10px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
+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: auto" |
-PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), child: auto" |
+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("shape-inside", "", "inherit") is "parent: auto, child: auto" |
-PASS getParentAndChildComputedStylesString("shape-inside", "auto", "inherit") is "parent: auto, child: auto" |
+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 |
TEST COMPLETE |