| 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", "none") is "none" | 6 PASS getCSSText("shape-outside", "none") is "none" |
| 7 PASS getComputedStyleValue("shape-outside", "none") is "none" | 7 PASS getComputedStyleValue("shape-outside", "none") is "none" |
| 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px 10px 10px 10px)" | 8 PASS getCSSText("shape-outside", "inset(10px)") is "inset(10px 10px 10px 10px)" |
| 9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px 10px 1
0px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" | 9 PASS getComputedStyleValue("shape-outside", "inset(10px)") is "inset(10px 10px 1
0px 10px round 0px 0px 0px 0px / 0px 0px 0px 0px)" |
| 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)
" | 10 PASS getCSSText("shape-outside", "inset(10px 9px)") is "inset(10px 9px 10px 9px)
" |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is
"ellipse(10px 20px at 10px 10px)" | 116 PASS getCSSText("shape-outside", "ellipse(10px 20px at top 10px left 10px)") is
"ellipse(10px 20px at 10px 10px)" |
| 117 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left
10px)") is "ellipse(10px 20px at 10px 10px)" | 117 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at top 10px left
10px)") is "ellipse(10px 20px at 10px 10px)" |
| 118 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)")
is "ellipse(10px 20px at right 10px bottom 10px)" | 118 PASS getCSSText("shape-outside", "ellipse(10px 20px at right 10px bottom 10px)")
is "ellipse(10px 20px at right 10px bottom 10px)" |
| 119 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bot
tom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" | 119 PASS getComputedStyleValue("shape-outside", "ellipse(10px 20px at right 10px bot
tom 10px)") is "ellipse(10px 20px at right 10px bottom 10px)" |
| 120 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is
"polygon(10px 20px, 30px 40px, 40px 50px)" | 120 PASS getCSSText("shape-outside", "polygon(10px 20px, 30px 40px, 40px 50px)") is
"polygon(10px 20px, 30px 40px, 40px 50px)" |
| 121 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px
50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 121 PASS getComputedStyleValue("shape-outside", "polygon(10px 20px, 30px 40px, 40px
50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 122 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 122 PASS getCSSText("shape-outside", "polygon(evenodd, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
| 123 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" | 123 PASS getComputedStyleValue("shape-outside", "polygon(evenodd, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(evenodd, 10px 20px, 30px 40px, 40px 50px)" |
| 124 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 124 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 20px, 30px 40px, 40px 50
px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 125 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" | 125 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 20px, 30px 40
px, 40px 50px)") is "polygon(10px 20px, 30px 40px, 40px 50px)" |
| 126 PASS getCSSText("shape-outside", "polygon(10px calc(10in))") is "polygon(10px ca
lc(10in))" |
| 127 PASS getComputedStyleValue("shape-outside", "polygon(10px calc(10in))") is "poly
gon(10px 960px)" |
| 128 PASS getCSSText("shape-outside", "polygon(calc(10in) 10px)") is "polygon(calc(10
in) 10px)" |
| 129 PASS getComputedStyleValue("shape-outside", "polygon(calc(10in) 10px)") is "poly
gon(960px 10px)" |
| 126 PASS getCSSText("shape-outside", "content-box") is "content-box" | 130 PASS getCSSText("shape-outside", "content-box") is "content-box" |
| 127 PASS getComputedStyleValue("shape-outside", "content-box") is "content-box" | 131 PASS getComputedStyleValue("shape-outside", "content-box") is "content-box" |
| 128 PASS getCSSText("shape-outside", "padding-box") is "padding-box" | 132 PASS getCSSText("shape-outside", "padding-box") is "padding-box" |
| 129 PASS getComputedStyleValue("shape-outside", "padding-box") is "padding-box" | 133 PASS getComputedStyleValue("shape-outside", "padding-box") is "padding-box" |
| 130 PASS getCSSText("shape-outside", "border-box") is "border-box" | 134 PASS getCSSText("shape-outside", "border-box") is "border-box" |
| 131 PASS getComputedStyleValue("shape-outside", "border-box") is "border-box" | 135 PASS getComputedStyleValue("shape-outside", "border-box") is "border-box" |
| 132 PASS getCSSText("shape-outside", "margin-box") is "margin-box" | 136 PASS getCSSText("shape-outside", "margin-box") is "margin-box" |
| 133 PASS getComputedStyleValue("shape-outside", "margin-box") is "margin-box" | 137 PASS getComputedStyleValue("shape-outside", "margin-box") is "margin-box" |
| 134 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30
px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) content-box" | 138 PASS getCSSText("shape-outside", "polygon(nonzero, 10px 10px, 20px 20px, 30px 30
px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) content-box" |
| 135 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20
px, 30px 30px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) conten
t-box" | 139 PASS getComputedStyleValue("shape-outside", "polygon(nonzero, 10px 10px, 20px 20
px, 30px 30px) content-box") is "polygon(10px 10px, 20px 20px, 30px 30px) conten
t-box" |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir
cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" | 268 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "none", "cir
cle(30px at 10px 20px)") is "parent: none, child: circle(30px at 10px 20px)" |
| 265 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none" | 269 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "initial") is "parent: circle(30px at 10px 20px), child: none" |
| 266 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none" | 270 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "") is "parent: circle(30px at 10px 20px), child: none" |
| 267 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle
(30px at 10px 20px)" | 271 PASS getParentAndChildComputedStylesString("-webkit-shape-outside", "circle(30px
at 10px 20px)", "inherit") is "parent: circle(30px at 10px 20px), child: circle
(30px at 10px 20px)" |
| 268 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: none, child: none" | 272 PASS getParentAndChildComputedStylesString("shape-outside", "", "inherit") is "p
arent: none, child: none" |
| 269 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i
s "parent: none, child: none" | 273 PASS getParentAndChildComputedStylesString("shape-outside", "none", "inherit") i
s "parent: none, child: none" |
| 270 PASS successfullyParsed is true | 274 PASS successfullyParsed is true |
| 271 | 275 |
| 272 TEST COMPLETE | 276 TEST COMPLETE |
| 273 | 277 |
| OLD | NEW |