1 <!-- Based on fast/repaint/background-generated.html -->
4 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
5 <script type=
"text/javascript">
6 window
.expectedPaintInvalidationObjects
= [
8 "LayoutBlockFlow DIV id='target'",
10 function paintInvalidationTest()
12 document
.getElementById("target").style
.height
= "200px";
16 <body onload=
"runPaintInvalidationTest();">
17 <div style=
"width: 100px;
19 background-image: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
21 <div id=
"target" style=
"height: 100px;"></div>