2 <script src=
"../repaint/resources/text-based-repaint.js"></script>
6 document
.getElementById('inner2').style
.display
= 'none';
9 <body style=
"margin: 100px" onload=
"runRepaintTest()">
10 <div id=
"outer" style=
"box-shadow: 40px -40px #F00;">
11 <div id=
"inner1" style=
"height: 100px; background-color: blue"></div>
12 <div id=
"inner2" style=
"height: 100px; background-color: green"></div>