blob: c1ca576f35b43d6899655adc64ddf8e9ae658969 [file] [log] [blame]
<html>
<head>
<script src="resources/repaint.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
function repaintTest()
{
if (window.layoutTestController)
eventSender.scalePageBy(0.2,0,0);
}
</script>
</head>
<body onload="runRepaintTest();">
This test must be run in DumpRenderTree as a pixel test. There should not be visual aritfacts after scaling the page.
<div style="width:500px; height:500px; background-color:green;"></div>
</body>
</html>