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