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