blob: 8c61219e86395fd106dc2d25443209956a0fe41e [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="runRepaintAndPixelTest()">
<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>