2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 var img
= document
.getElementsByTagName('img')[0];
6 img
.style
.width
= '100px';
7 img
.style
.height
= '200px';
9 onload
= runRepaintTest
;
20 The image should be fully repainted on resize. Passes if there is a whole apple after resize.
21 <img src=
"resources/apple.jpg">