blob: 5ebd54ee6645a4e8031eb672f2b9c1b7c27bb9be [file] [log] [blame]
<!DOCTYPE html>
<html style="position:absolute; left:100px; top:100px; width:100px; height:100px; background:green;">
<head>
<script>
// This test ensures we paint the entirety of the root background even when zooming page out
if (window.eventSender)
eventSender.setPageScaleFactor(0.5, 0, 0);
</script>
</head>
<body>
</body>