3 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
4 <script type=
"text/javascript">
7 document
.getElementById("target").style
.height
= "200px";
11 <body onload=
"runRepaintTest();">
12 <div style=
"width: 100px;
14 background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
16 <div id=
"target" style=
"height: 100px;"></div>