blob: 954c3ee737ef0f1f0a93dc20d01adadcd4907a51 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/text-based-repaint.js"></script>
<script>
function repaintTest()
{
document.getElementById('node').remove();
}
onload = runRepaintAndPixelTest;
</script>
<div style="visibility: hidden; opacity: 0.9; width: 600px;">
<div style="float:right">
<div style="float:left; width: 300px">
<div>
<div style="opacity: 0.9; visibility: visible; background-color: green; width: 100px; height: 100px;"> </div>
</div>
</div>
<div id='node' style="float:left; width: 300px;"> </div>
</div>
</div>