blob: b604afef5900936bb2ee21a212dfd9d5a8cbf0ea [file] [log] [blame]
<body style="margin: 0;" onload="runRepaintAndPixelTest()">
<script>
function repaintTest()
{
document.getElementById("target").firstChild.data += " la";
}
</script>
<script src="resources/text-based-repaint.js"></script>
<div style="height:200px; width:200px">
<div style="position:absolute">
<div id="target">La la la</div>
</div>
</div>
</body>