<html> | |
<head> | |
<script type="text/javascript"> | |
function runTest() | |
{ | |
if (window.testRunner) | |
window.testRunner.dumpAsTextWithPixelResults(); | |
if (window.eventSender) | |
window.eventSender.setPageScaleFactor(0.25, 0, 0); | |
} | |
</script> | |
</head> | |
<body onload="runTest();"> | |
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> |