4 <style type=
"text/css" media=
"screen">
7 box-shadow: inset cyan
0 -
60px
0 0;
10 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
11 <script type=
"text/javascript">
12 function repaintTest()
14 document
.getElementById('container').innerHTML
= "<div style='width:100px; height:100px; background-color:green'></div>";
18 <body onload=
"runRepaintTest()">
19 <div id=
"container" style=
"width:200px;"></div>