1 <!-- Based on fast/repaint/button-spurious-layout-hint.html -->
3 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutButton BUTTON id='target'",
8 function paintInvalidationTest()
10 document
.getElementById("target").style
.backgroundColor
= "lightpink";
14 <body onload=
"runPaintInvalidationTest()">
15 <button id=
"target" style=
"height: 100px; width: 100px; background-color: lightblue; border: none;"> </button>