1 <!-- Based on fast/repaint/box-shadow-inset-repaint.html -->
5 <style type=
"text/css" media=
"screen">
8 box-shadow: inset cyan
0 -
60px
0 0;
11 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
12 <script type=
"text/javascript">
13 window
.expectedPaintInvalidationObjects
= [
14 "LayoutBlockFlow DIV id='container'",
15 "LayoutBlockFlow DIV",
17 function paintInvalidationTest()
19 document
.getElementById('container').innerHTML
= "<div style='width:100px; height:100px; background-color:green'></div>";
23 <body onload=
"runPaintInvalidationTest()">
24 <div id=
"container" style=
"width:200px;"></div>