4 <script src=
"resources/text-based-repaint.js"></script>
6 window
.onload = function() {
10 function repaintTest() {
11 document
.getElementsByTagName('iframe')[0]
13 .getElementsByTagName('div')[0]
15 .backgroundColor
= 'green';
19 <div style=
"height: 400px"></div>
20 <iframe srcdoc=
"<div style='position: fixed; height: 50px; width: 50px; background-color: red;'></div>"></iframe>