OLD | NEW |
1 Testing the parsing of the -webkit-shape-inside property. | 1 Testing the parsing of the -webkit-shape-inside property. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS testCSSText("auto") is "auto" | 6 PASS testCSSText("auto") is "auto" |
7 PASS testComputedStyle("auto") is "auto" | 7 PASS testComputedStyle("auto") is "auto" |
8 PASS testCSSText("outside-shape") is "outside-shape" | 8 PASS testCSSText("outside-shape") is "outside-shape" |
9 PASS testComputedStyle("outside-shape") is "outside-shape" | 9 PASS testComputedStyle("outside-shape") is "outside-shape" |
10 PASS testCSSText("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px,
30px, 40px)" | 10 PASS testCSSText("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px, 20px,
30px, 40px)" |
11 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px,
20px, 30px, 40px)" | 11 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px)") is "rectangle(10px,
20px, 30px, 40px)" |
12 PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 2
0px, 30px, 40px, 5px)" | 12 PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(10px, 2
0px, 30px, 40px, 5px)" |
13 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(1
0px, 20px, 30px, 40px, 5px)" | 13 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px)") is "rectangle(1
0px, 20px, 30px, 40px, 5px)" |
14 PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(1
0px, 20px, 30px, 40px, 5px, 10px)" | 14 PASS testCSSText("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "rectangle(1
0px, 20px, 30px, 40px, 5px, 10px)" |
15 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "recta
ngle(10px, 20px, 30px, 40px, 5px, 10px)" | 15 PASS testComputedStyle("rectangle(10px, 20px, 30px, 40px, 5px, 10px)") is "recta
ngle(10px, 20px, 30px, 40px, 5px, 10px)" |
16 PASS testCSSText("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" | 16 PASS testCSSText("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" |
17 PASS testComputedStyle("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" | 17 PASS testComputedStyle("circle(10px, 20px, 30px)") is "circle(10px, 20px, 30px)" |
18 PASS testCSSText("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px
, 40px)" | 18 PASS testCSSText("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px, 30px
, 40px)" |
19 PASS testComputedStyle("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px
, 30px, 40px)" | 19 PASS testComputedStyle("ellipse(10px, 20px, 30px, 40px)") is "ellipse(10px, 20px
, 30px, 40px)" |
20 PASS testCSSText("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero
, 10px 20px, 30px 40px, 40px 50px)" | 20 PASS testCSSText("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(nonzero
, 10px 20px, 30px 40px, 40px 50px)" |
21 PASS testComputedStyle("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(n
onzero, 10px 20px, 30px 40px, 40px 50px)" | 21 PASS testComputedStyle("polygon(10px 20px, 30px 40px, 40px 50px)") is "polygon(n
onzero, 10px 20px, 30px 40px, 40px 50px)" |
22 PASS testCSSText("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygo
n(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 22 PASS testCSSText("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "polygo
n(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
23 PASS testComputedStyle("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "
polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 23 PASS testComputedStyle("polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)") is "
polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
24 PASS testCSSText("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygo
n(nonzero, 10px 20px, 30px 40px, 40px 50px)" | 24 PASS testCSSText("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "polygo
n(nonzero, 10px 20px, 30px 40px, 40px 50px)" |
25 PASS testComputedStyle("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "
polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" | 25 PASS testComputedStyle("polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)") is "
polygon(nonzero, 10px 20px, 30px 40px, 40px 50px)" |
| 26 PASS removeBaseURL(testCSSText("url('image')")) is "url(image)" |
| 27 PASS removeBaseURL(testComputedStyle("url('image')")) is "url(image)" |
26 PASS testNotInherited("auto", "rectangle(10px, 20px, 30px, 40px)") is "parent: a
uto, child: rectangle(10px, 20px, 30px, 40px)" | 28 PASS testNotInherited("auto", "rectangle(10px, 20px, 30px, 40px)") is "parent: a
uto, child: rectangle(10px, 20px, 30px, 40px)" |
27 PASS testNotInherited("outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "
parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px)" | 29 PASS testNotInherited("outside-shape", "rectangle(10px, 20px, 30px, 40px)") is "
parent: outside-shape, child: rectangle(10px, 20px, 30px, 40px)" |
28 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "initial") is "parent
: rectangle(10px, 20px, 30px, 40px), child: outside-shape" | 30 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "initial") is "parent
: rectangle(10px, 20px, 30px, 40px), child: outside-shape" |
29 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "") is "parent: recta
ngle(10px, 20px, 30px, 40px), child: outside-shape" | 31 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "") is "parent: recta
ngle(10px, 20px, 30px, 40px), child: outside-shape" |
30 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "inherit") is "parent
: rectangle(10px, 20px, 30px, 40px), child: rectangle(10px, 20px, 30px, 40px)" | 32 PASS testNotInherited("rectangle(10px, 20px, 30px, 40px)", "inherit") is "parent
: rectangle(10px, 20px, 30px, 40px), child: rectangle(10px, 20px, 30px, 40px)" |
31 PASS testNotInherited("", "inherit") is "parent: outside-shape, child: outside-s
hape" | 33 PASS testNotInherited("", "inherit") is "parent: outside-shape, child: outside-s
hape" |
32 PASS testNotInherited("auto", "inherit") is "parent: auto, child: auto" | 34 PASS testNotInherited("auto", "inherit") is "parent: auto, child: auto" |
33 PASS testCSSText("calc()") is "" | 35 PASS testCSSText("calc()") is "" |
34 PASS testComputedStyle("calc()") is "outside-shape" | 36 PASS testComputedStyle("calc()") is "outside-shape" |
35 PASS testCSSText("none") is "" | 37 PASS testCSSText("none") is "" |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 PASS testCSSText("polygon(nonzero,10px)") is "" | 83 PASS testCSSText("polygon(nonzero,10px)") is "" |
82 PASS testComputedStyle("polygon(nonzero,10px)") is "outside-shape" | 84 PASS testComputedStyle("polygon(nonzero,10px)") is "outside-shape" |
83 PASS testCSSText("polygon(evenodd,12px)") is "" | 85 PASS testCSSText("polygon(evenodd,12px)") is "" |
84 PASS testComputedStyle("polygon(evenodd,12px)") is "outside-shape" | 86 PASS testComputedStyle("polygon(evenodd,12px)") is "outside-shape" |
85 PASS testCSSText("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "" | 87 PASS testCSSText("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "" |
86 PASS testComputedStyle("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "outsid
e-shape" | 88 PASS testComputedStyle("polygon(10px, 20px, 30px, 40px, 40px, 50px)") is "outsid
e-shape" |
87 PASS successfullyParsed is true | 89 PASS successfullyParsed is true |
88 | 90 |
89 TEST COMPLETE | 91 TEST COMPLETE |
90 | 92 |
OLD | NEW |