1 <!-- Based on fast/repaint/negative-text-indent-with-overflow-hidden.html -->
11 background-color: silver;
18 background-color: green;
21 #target.changed, #target:hover {
22 background-color: blue;
25 <script src=
"resources/paint-invalidation-test.js"></script>
27 window
.expectedPaintInvalidationObjects
= [
28 "LayoutBlockFlow DIV id='target' class='changed'",
30 function paintInvalidationTest() {
31 document
.getElementById('target').classList
.add('changed');
35 <body onload=
"runPaintInvalidationTest();">
36 <div class=
"container">
37 <div id=
"target">Hidden Text
</div>