4 document
.body
.offsetTop
; // trigger layout
5 document
.getElementById('elm').className
= "x";
9 .x::before, .x::after { display:block; -webkit-column-span:all; background:yellow; content:
".........."; }
11 <p>Test adding ::before and ::after pseudo elements that are spanners.
</p>
12 <p>There should be three rectangles with identical sizes below. The first and third one
13 should be yellow with some dots inside. The second one should be blue with nothing
15 <div style=
"-webkit-columns:4; columns:4; orphans:1; widows:1; line-height:100px; background:blue;">
16 <span id=
"elm"> </span>