X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2Ffast%2Fexclusions%2Fparsing-wrap-shape-inside-expected.txt;h=93f582ed619d0b06ff4653087cc1874fc0ae8a23;hp=cde7707bf80827d1f8ffc45d67cab6293a2b5f6f;hb=4e04ee308e8ad252e450b85a8267c30183b7f528;hpb=0da8822f24b2998862ddf179ca3d612a7160a2ed diff --git a/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt b/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt index cde7707bf808..93f582ed619d 100644 --- a/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt +++ b/LayoutTests/fast/exclusions/parsing-wrap-shape-inside-expected.txt @@ -5,82 +5,85 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE PASS testCSSText("auto") is "auto" PASS testComputedStyle("auto") is "auto" -PASS testCSSText("rect(10px, 20px, 30px, 40px)") is "rect(10px, 20px, 30px, 40px)" -PASS testComputedStyle("rect(10px, 20px, 30px, 40px)") is "rect(10px, 20px, 30px, 40px)" -PASS testCSSText("rect(10px, 20px, 30px, 40px, 5px)") is "rect(10px, 20px, 30px, 40px, 5px)" -PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 5px)") is "rect(10px, 20px, 30px, 40px, 5px)" -PASS testCSSText("rect(10px, 20px, 30px, 40px, 5px, 10px)") is "rect(10px, 20px, 30px, 40px, 5px, 10px)" -PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 5px, 10px)") is "rect(10px, 20px, 30px, 40px, 5px, 10px)" +PASS testCSSText("outside-shape") is "outside-shape" +PASS testComputedStyle("outside-shape") is "outside-shape" +PASS testCSSText("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px)" +PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px, 30px, 40px)" +PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px)" +PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 20px, 30px, 40px, 5px)" +PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" +PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" PASS testCSSText("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" PASS testComputedStyle("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" PASS testCSSText("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" PASS testComputedStyle("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px, 40px)" -PASS testCSSText("polygon(10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)" -PASS testComputedStyle("polygon(10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)" -PASS testCSSText("polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)" -PASS testComputedStyle("polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(evenodd, 10px, 20px 30px, 40px 40px, 50px)" -PASS testCSSText("polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)" -PASS testComputedStyle("polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)") is "polygon(nonzero, 10px, 20px 30px, 40px 40px, 50px)" -PASS testNotInherited("auto", "rect(10px, 20px, 30px, 40px)") is "parent: auto, child: rect(10px, 20px, 30px, 40px)" -PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "initial") is "parent: rect(10px, 20px, 30px, 40px), child: auto" -PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "") is "parent: rect(10px, 20px, 30px, 40px), child: auto" -PASS testNotInherited("rect(10px, 20px, 30px, 40px)", "inherit") is "parent: rect(10px, 20px, 30px, 40px), child: rect(10px, 20px, 30px, 40px)" -PASS testNotInherited("", "inherit") is "parent: auto, child: auto" +PASS testCSSText("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" +PASS testComputedStyle("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" +PASS testCSSText("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" +PASS testComputedStyle("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" +PASS testCSSText("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" +PASS testComputedStyle("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" +PASS testNotInherited("auto", "rectangle(10px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40px)" +PASS testNotInherited("outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px)" +PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px), child: outside-shape" +PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px), child: outside-shape" +PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px), child: rectangle(10px, 20px, 30px, 40px)" +PASS testNotInherited("", "inherit") is "parent: outside-shape, child: outside-shape" PASS testNotInherited("auto", "inherit") is "parent: auto, child: auto" PASS testCSSText("calc()") is "" -PASS testComputedStyle("calc()") is "auto" +PASS testComputedStyle("calc()") is "outside-shape" PASS testCSSText("none") is "" -PASS testComputedStyle("none") is "auto" -PASS testCSSText("rect()") is "" -PASS testComputedStyle("rect()") is "auto" -PASS testCSSText("rect(10px)") is "" -PASS testComputedStyle("rect(10px)") is "auto" -PASS testCSSText("rect(10px, 10px)") is "" -PASS testComputedStyle("rect(10px, 10px)") is "auto" -PASS testCSSText("rect(10px, 20px, 30px)") is "" -PASS testComputedStyle("rect(10px, 20px, 30px)") is "auto" -PASS testCSSText("rect(10px 20px 30px 40px)") is "" -PASS testComputedStyle("rect(10px 20px 30px 40px)") is "auto" -PASS testCSSText("rect(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" -PASS testComputedStyle("rect(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "auto" +PASS testComputedStyle("none") is "outside-shape" +PASS testCSSText("rectangle()") is "" +PASS testComputedStyle("rectangle()") is "outside-shape" +PASS testCSSText("rectangle(10px)") is "" +PASS testComputedStyle("rectangle(10px)") is "outside-shape" +PASS testCSSText("rectangle(10px, 10px)") is "" +PASS testComputedStyle("rectangle(10px, 10px)") is "outside-shape" +PASS testCSSText("rectangle(10px, 20px, 30px)") is "" +PASS testComputedStyle("rectangle(10px, 20px, 30px)") is "outside-shape" +PASS testCSSText("rectangle(10px 20px 30px 40px)") is "" +PASS testComputedStyle("rectangle(10px 20px 30px 40px)") is "outside-shape" +PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "" +PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 50px, 60px, 70px)") is "outside-shape" PASS testCSSText("circle()") is "" -PASS testComputedStyle("circle()") is "auto" +PASS testComputedStyle("circle()") is "outside-shape" PASS testCSSText("circle(10px)") is "" -PASS testComputedStyle("circle(10px)") is "auto" +PASS testComputedStyle("circle(10px)") is "outside-shape" PASS testCSSText("circle(10px, 20px)") is "" -PASS testComputedStyle("circle(10px, 20px)") is "auto" +PASS testComputedStyle("circle(10px, 20px)") is "outside-shape" PASS testCSSText("circle(10px 20px 30px)") is "" -PASS testComputedStyle("circle(10px 20px 30px)") is "auto" +PASS testComputedStyle("circle(10px 20px 30px)") is "outside-shape" PASS testCSSText("circle(10px, 20px, 30px, 40px)") is "" -PASS testComputedStyle("circle(10px, 20px, 30px, 40px)") is "auto" +PASS testComputedStyle("circle(10px, 20px, 30px, 40px)") is "outside-shape" PASS testCSSText("ellipse()") is "" -PASS testComputedStyle("ellipse()") is "auto" +PASS testComputedStyle("ellipse()") is "outside-shape" PASS testCSSText("ellipse(10px)") is "" -PASS testComputedStyle("ellipse(10px)") is "auto" +PASS testComputedStyle("ellipse(10px)") is "outside-shape" PASS testCSSText("ellipse(10px, 20px)") is "" -PASS testComputedStyle("ellipse(10px, 20px)") is "auto" +PASS testComputedStyle("ellipse(10px, 20px)") is "outside-shape" PASS testCSSText("ellipse(10px, 20px, 30px)") is "" -PASS testComputedStyle("ellipse(10px, 20px, 30px)") is "auto" +PASS testComputedStyle("ellipse(10px, 20px, 30px)") is "outside-shape" PASS testCSSText("ellipse(10px 20px 30px 40px)") is "" -PASS testComputedStyle("ellipse(10px 20px 30px 40px)") is "auto" +PASS testComputedStyle("ellipse(10px 20px 30px 40px)") is "outside-shape" PASS testCSSText("polygon()") is "" -PASS testComputedStyle("polygon()") is "auto" -PASS testCSSText("polygon(evenodd 10px, 20px 30px, 40px 40px, 50px)") is "" -PASS testComputedStyle("polygon(evenodd 10px, 20px 30px, 40px 40px, 50px)") is "auto" -PASS testCSSText("polygon(nonzero 10px, 20px 30px, 40px 40px, 50px)") is "" -PASS testComputedStyle("polygon(nonzero 10px, 20px 30px, 40px 40px, 50px)") is "auto" +PASS testComputedStyle("polygon()") is "outside-shape" +PASS testCSSText("polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "" +PASS testComputedStyle("polygon(evenodd 10px 20px, 30px 40px, 40px 50px)") is "outside-shape" +PASS testCSSText("polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "" +PASS testComputedStyle("polygon(nonzero 10px 20px, 30px 40px, 40px 50px)") is "outside-shape" PASS testCSSText("polygon(nonzero)") is "" -PASS testComputedStyle("polygon(nonzero)") is "auto" +PASS testComputedStyle("polygon(nonzero)") is "outside-shape" PASS testCSSText("polygon(evenodd)") is "" -PASS testComputedStyle("polygon(evenodd)") is "auto" +PASS testComputedStyle("polygon(evenodd)") is "outside-shape" PASS testCSSText("polygon(10px)") is "" -PASS testComputedStyle("polygon(10px)") is "auto" +PASS testComputedStyle("polygon(10px)") is "outside-shape" PASS testCSSText("polygon(nonzero,10px)") is "" -PASS testComputedStyle("polygon(nonzero,10px)") is "auto" +PASS testComputedStyle("polygon(nonzero,10px)") is "outside-shape" PASS testCSSText("polygon(evenodd,12px)") is "" -PASS testComputedStyle("polygon(evenodd,12px)") is "auto" +PASS testComputedStyle("polygon(evenodd,12px)") is "outside-shape" PASS testCSSText("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "" -PASS testComputedStyle("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "auto" +PASS testComputedStyle("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "outside-shape" PASS successfullyParsed is true TEST COMPLETE