3 .maybe-colspan:nth-last-child(even) { -webkit-column-span: all; }
7 testRunner
.dumpAsText();
9 document
.getElementById('container').appendChild(document
.getElementById('fixed'));
12 Tests layer structure integrity when block flow is splitted and restructured dynamically.
14 <div id=
"container" style=
"-webkit-column-count: 2">
15 <div class=
"maybe-colspan"></div>
16 <span class=
"maybe-colspan">
20 <div id=
"fixed" style=
"position: fixed"></div>