OLD | NEW |
1 Testing parsing of the shape-outside property. | 1 Testing parsing of the shape-outside 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 getCSSText("shape-outside", "auto") is "auto" | 6 PASS getCSSText("shape-outside", "auto") is "auto" |
7 PASS getComputedStyleValue("shape-outside", "auto") is "auto" | 7 PASS getComputedStyleValue("shape-outside", "auto") is "auto" |
8 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectan
gle(10px, 20px, 30px, 40px)" | 8 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px)") is "rectan
gle(10px, 20px, 30px, 40px)" |
9 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px)")
is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" | 9 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px)")
is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
10 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "r
ectangle(10px, 20px, 30px, 40px, 5px)" | 10 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "r
ectangle(10px, 20px, 30px, 40px, 5px)" |
11 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5
px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" | 11 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5
px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
12 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)")
is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" | 12 PASS getCSSText("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5px, 10px)")
is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
13 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5
px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" | 13 PASS getComputedStyleValue("shape-outside", "rectangle(10px, 20px, 30px, 40px, 5
px, 10px)") is "rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
14 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px)") is "
inset-rectangle(10px, 20px, 30px, 40px)" | 14 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px)") is "
inset-rectangle(10px, 20px, 30px, 40px)" |
15 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" | 15 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
16 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)")
is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" | 16 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px)")
is "inset-rectangle(10px, 20px, 30px, 40px, 5px)" |
17 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" | 17 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px, 5px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 5px)" |
18 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1
0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" | 18 PASS getCSSText("shape-outside", "inset-rectangle(10px, 20px, 30px, 40px, 5px, 1
0px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
19 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" | 19 PASS getComputedStyleValue("shape-outside", "inset-rectangle(10px, 20px, 30px, 4
0px, 5px, 10px)") is "inset-rectangle(10px, 20px, 30px, 40px, 5px, 10px)" |
20 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20
px, 30px)" | 20 PASS getCSSText("shape-outside", "circle(10px, 20px, 30px)") is "circle(10px, 20
px, 30px)" |
21 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circ
le(10px, 20px, 30px)" | 21 PASS getComputedStyleValue("shape-outside", "circle(10px, 20px, 30px)") is "circ
le(10px, 20px, 30px)" |
22 PASS getCSSText("shape-outside", "circle()") is "circle()" | 22 PASS getCSSText("shape-outside", "circle()") is "circle()" |
23 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side
at 50% 50%)" | 23 PASS getComputedStyleValue("shape-outside", "circle()") is "circle(closest-side
at 50% 50%)" |
| 24 PASS getCSSText("shape-outside", "circle(farthest-side)") is "circle(farthest-si
de)" |
| 25 PASS getComputedStyleValue("shape-outside", "circle(farthest-side)") is "circle(
farthest-side at 50% 50%)" |
| 26 PASS getCSSText("shape-outside", "circle(closest-side)") is "circle(closest-side
)" |
| 27 PASS getComputedStyleValue("shape-outside", "circle(closest-side)") is "circle(c
losest-side at 50% 50%)" |
24 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)" | 28 PASS getCSSText("shape-outside", "circle(10px)") is "circle(10px)" |
25 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5
0% 50%)" | 29 PASS getComputedStyleValue("shape-outside", "circle(10px)") is "circle(10px at 5
0% 50%)" |
26 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px
50%)" | 30 PASS getCSSText("shape-outside", "circle(10px at 10px)") is "circle(10px at 10px
50%)" |
27 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1
0px at 10px 50%)" | 31 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px)") is "circle(1
0px at 10px 50%)" |
28 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at
10px 10px)" | 32 PASS getCSSText("shape-outside", "circle(10px at 10px 10px)") is "circle(10px at
10px 10px)" |
29 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir
cle(10px at 10px 10px)" | 33 PASS getComputedStyleValue("shape-outside", "circle(10px at 10px 10px)") is "cir
cle(10px at 10px 10px)" |
30 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" | 34 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" |
31 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes
t-side at 10px 50%)" | 35 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes
t-side at 10px 50%)" |
32 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" | 36 PASS getCSSText("shape-outside", "circle(at 10px)") is "circle(at 10px 50%)" |
33 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes
t-side at 10px 50%)" | 37 PASS getComputedStyleValue("shape-outside", "circle(at 10px)") is "circle(closes
t-side at 10px 50%)" |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1
0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40
px, 0px, 0px)" | 182 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "rectangle(1
0px, 20px, 30px, 40px)") is "parent: auto, child: rectangle(10px, 20px, 30px, 40
px, 0px, 0px)" |
179 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0
px), child: auto" | 183 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0
px), child: auto" |
180 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch
ild: auto" | 184 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), ch
ild: auto" |
181 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0
px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" | 185 PASS getParentAndChildComputedStylesString("shape-outside", "rectangle(10px, 20p
x, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0
px), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
182 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: auto, child: auto" | 186 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: auto, child: auto" |
183 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i
s "parent: auto, child: auto" | 187 PASS getParentAndChildComputedStylesString("shape-outside", "auto", "inherit") i
s "parent: auto, child: auto" |
184 PASS successfullyParsed is true | 188 PASS successfullyParsed is true |
185 | 189 |
186 TEST COMPLETE | 190 TEST COMPLETE |
187 | 191 |
OLD | NEW |