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