2 <script src=
"resources/text-based-repaint.js"></script>
6 document
.getElementById('remove').style
.display
='none';
8 onload
= runRepaintTest
;
17 #container { float: right; }
29 background-color: red;
32 #keep_child { background-color: green; }
42 p { visibility: visible; }
45 <p>This is a reduction for http://crbug.com/
371640.
</p>
46 <p>The test PASSES if you see
1 green square and no red square.
</p>
50 <div id='keep_outer' class='outer'
>
53 <div id='keep_child'
> </div>
57 <div id='remove' class='outer'
>
58 <div id='remove_child'
> </div>