blob: 720b7fd4370a573d46dbdcac5dc2c14dcb362ac7 [file] [log] [blame]
<!DOCTYPE html>
<body onload="runRepaintAndPixelTest();">
<pre id="target">PASS if does not repaint.</pre>
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest()
{
target.textContent = "PASS if does not repaint.";
}
</script>