OLD | NEW |
1 Testing parsing of the shape-inside property. | 1 Testing parsing of the 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 getCSSText("shape-inside", "none") is "none" | 6 PASS getCSSText("shape-inside", "none") is "none" |
7 PASS getComputedStyleValue("shape-inside", "none") is "none" | 7 PASS getComputedStyleValue("shape-inside", "none") is "none" |
8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang
le(10px, 20px, 30px, 40px)" | 8 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px)") is "rectang
le(10px, 20px, 30px, 40px)" |
9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)")
is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" | 9 PASS getComputedStyleValue("shape-inside", "rectangle(10px, 20px, 30px, 40px)")
is "rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "re
ctangle(10px, 20px, 30px, 40px, 5px)" | 10 PASS getCSSText("shape-inside", "rectangle(10px, 20px, 30px, 40px, 5px)") is "re
ctangle(10px, 20px, 30px, 40px, 5px)" |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" | 240 PASS getCSSText("shape-inside", "circle(10px at center center 10px)") is "" |
241 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)")
is "none" | 241 PASS getComputedStyleValue("shape-inside", "circle(10px at center center 10px)")
is "none" |
242 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" | 242 PASS getCSSText("shape-inside", "circle(at 10px 10px 10px)") is "" |
243 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none
" | 243 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px 10px)") is "none
" |
244 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" | 244 PASS getCSSText("shape-inside", "circle(at 10px 10px at center)") is "" |
245 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is
"none" | 245 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px at center)") is
"none" |
246 PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" | 246 PASS getCSSText("shape-inside", "circle(at center center 10px)") is "" |
247 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "
none" | 247 PASS getComputedStyleValue("shape-inside", "circle(at center center 10px)") is "
none" |
248 PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is "" | 248 PASS getCSSText("shape-inside", "circle(at 10px 10px closest-side)") is "" |
249 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)")
is "none" | 249 PASS getComputedStyleValue("shape-inside", "circle(at 10px 10px closest-side)")
is "none" |
| 250 PASS getCSSText("shape-inside", "circle(10px at)") is "" |
| 251 PASS getComputedStyleValue("shape-inside", "circle(10px at)") is "none" |
| 252 PASS getCSSText("shape-inside", "circle(at)") is "" |
| 253 PASS getComputedStyleValue("shape-inside", "circle(at)") is "none" |
250 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" | 254 PASS getCSSText("shape-inside", "ellipse(10px, 20px)") is "" |
251 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none" | 255 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px)") is "none" |
252 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" | 256 PASS getCSSText("shape-inside", "ellipse(10px, 20px, 30px)") is "" |
253 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none
" | 257 PASS getComputedStyleValue("shape-inside", "ellipse(10px, 20px, 30px)") is "none
" |
254 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" | 258 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px 40px)") is "" |
255 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n
one" | 259 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px 40px)") is "n
one" |
256 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" | 260 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px)") is "" |
257 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" | 261 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px)") is "none" |
258 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" | 262 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px 10px)") is "" |
259 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is
"none" | 263 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px 10px)") is
"none" |
260 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is "" | 264 PASS getCSSText("shape-inside", "ellipse(10px at 10px 10px at center)") is "" |
261 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center)
") is "none" | 265 PASS getComputedStyleValue("shape-inside", "ellipse(10px at 10px 10px at center)
") is "none" |
262 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is "" | 266 PASS getCSSText("shape-inside", "ellipse(10px at center center 10px)") is "" |
263 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)"
) is "none" | 267 PASS getComputedStyleValue("shape-inside", "ellipse(10px at center center 10px)"
) is "none" |
264 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)")
is "" | 268 PASS getCSSText("shape-inside", "ellipse(10px 20px 30px at center center 10px)")
is "" |
265 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen
ter 10px)") is "none" | 269 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px 30px at center cen
ter 10px)") is "none" |
266 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is "" | 270 PASS getCSSText("shape-inside", "ellipse(at 10px 10px 10px)") is "" |
267 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "non
e" | 271 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px 10px)") is "non
e" |
268 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is "" | 272 PASS getCSSText("shape-inside", "ellipse(at 10px 10px at center)") is "" |
269 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is
"none" | 273 PASS getComputedStyleValue("shape-inside", "ellipse(at 10px 10px at center)") is
"none" |
270 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is "" | 274 PASS getCSSText("shape-inside", "ellipse(at center center 10px)") is "" |
271 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is
"none" | 275 PASS getComputedStyleValue("shape-inside", "ellipse(at center center 10px)") is
"none" |
| 276 PASS getCSSText("shape-inside", "ellipse(10px 20px at)") is "" |
| 277 PASS getComputedStyleValue("shape-inside", "ellipse(10px 20px at)") is "none" |
| 278 PASS getCSSText("shape-inside", "ellipse(at)") is "" |
| 279 PASS getComputedStyleValue("shape-inside", "ellipse(at)") is "none" |
272 PASS getCSSText("shape-inside", "polygon()") is "" | 280 PASS getCSSText("shape-inside", "polygon()") is "" |
273 PASS getComputedStyleValue("shape-inside", "polygon()") is "none" | 281 PASS getComputedStyleValue("shape-inside", "polygon()") is "none" |
274 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px
)") is "" | 282 PASS getCSSText("shape-inside", "polygon(evenodd 10px 20px, 30px 40px, 40px 50px
)") is "" |
275 PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px
, 40px 50px)") is "none" | 283 PASS getComputedStyleValue("shape-inside", "polygon(evenodd 10px 20px, 30px 40px
, 40px 50px)") is "none" |
276 PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px
)") is "" | 284 PASS getCSSText("shape-inside", "polygon(nonzero 10px 20px, 30px 40px, 40px 50px
)") is "" |
277 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px
, 40px 50px)") is "none" | 285 PASS getComputedStyleValue("shape-inside", "polygon(nonzero 10px 20px, 30px 40px
, 40px 50px)") is "none" |
278 PASS getCSSText("shape-inside", "polygon(nonzero)") is "" | 286 PASS getCSSText("shape-inside", "polygon(nonzero)") is "" |
279 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "none" | 287 PASS getComputedStyleValue("shape-inside", "polygon(nonzero)") is "none" |
280 PASS getCSSText("shape-inside", "polygon(evenodd)") is "" | 288 PASS getCSSText("shape-inside", "polygon(evenodd)") is "" |
281 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "none" | 289 PASS getComputedStyleValue("shape-inside", "polygon(evenodd)") is "none" |
(...skipping 29 matching lines...) Expand all Loading... |
311 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec
tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p
x, 20px, 30px, 40px, 0px, 0px)" | 319 PASS getParentAndChildComputedStylesString("shape-inside", "outside-shape", "rec
tangle(10px, 20px, 30px, 40px)") is "parent: outside-shape, child: rectangle(10p
x, 20px, 30px, 40px, 0px, 0px)" |
312 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p
x), child: none" | 320 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "initial") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p
x), child: none" |
313 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi
ld: none" | 321 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0px), chi
ld: none" |
314 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p
x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" | 322 PASS getParentAndChildComputedStylesString("shape-inside", "rectangle(10px, 20px
, 30px, 40px)", "inherit") is "parent: rectangle(10px, 20px, 30px, 40px, 0px, 0p
x), child: rectangle(10px, 20px, 30px, 40px, 0px, 0px)" |
315 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa
rent: none, child: none" | 323 PASS getParentAndChildComputedStylesString("shape-inside", "", "inherit") is "pa
rent: none, child: none" |
316 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is
"parent: none, child: none" | 324 PASS getParentAndChildComputedStylesString("shape-inside", "none", "inherit") is
"parent: none, child: none" |
317 PASS successfullyParsed is true | 325 PASS successfullyParsed is true |
318 | 326 |
319 TEST COMPLETE | 327 TEST COMPLETE |
320 | 328 |
OLD | NEW |