2 <script src=
"resources/text-based-repaint.js"></script>
6 document
.getElementById('target').style
.verticalAlign
= '50px';
8 window
.onload
= runRepaintTest
;
17 background-color: blue;
18 display: inline-block;
23 background-color: green;
24 display: inline-block;
28 <div class=
"other"></div><div id=
"target"></div><div class=
"other"></div>