3 <script src=
"resources/text-based-repaint.js"></script>
7 document
.getElementById("block").style
.height
= "100px";
8 document
.getElementById("inline").innerText
= "is invisible";
12 <body onload=
"runRepaintTest()">
13 <div style=
"visibility: hidden; position: relative;">
14 <span id=
"inline">Invisible text
</span>
16 <div style=
"visibility: hidden; position: relative;">
17 <div id=
"block" style=
"height: 50px;"></div>