blob: 4575026a19c06a151fd7cdb53749f01f1cd3c4b1 [file] [log] [blame]
<head>
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
<script>
function repaintTest()
{
document.getElementById("q").style.height = "200px";
}
</script>
</head>
<body onload="runRepaintTest()">
<div style="position: absolute; top: 50px; left: 0; overflow: overlay; width: 100px; height: 100px; border: solid">
<div id="q" style="position: absolute; top: 0; height: 50px; width: 10px;"></div>
</div>
</body>