2 <script src=
"resources/text-based-repaint.js"></script>
5 onload
= runRepaintTest
;
8 function repaintTest() {
9 var target
= document
.getElementById('target');
10 target
.style
.visibility
= 'visible';
13 <div style=
"-webkit-columns:4; -webkit-column-gap:10px; column-fill:auto; width:630px; height:40px; font:20px/1 ahem; color:green;">
20 <div id=
"target" style=
"position:relative; left:20px; top:20px; height:20px; visibility:hidden; background:green;"></div>
22 <p>A green rectangle should be seen above (if tested manually, you need to click first).
</p>