blob: d8e07e19df74d1f9f08f26888866c68e37b0faa8 [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.internals)
window.internals.setPageScaleFactor(0.25, 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>