blob: 7605f8a1b090ae92ac95d5cbbb90ccd887e1a91a [file] [log] [blame]
<!DOCTYPE html>
<html>
<body onload="runAfterLayoutAndPaint(repaintTest, true);">
<object style="border: 1px solid red" data="resources/tux.svg" width="500" height="500"></object>
<br/>
The image of Tux should fill the entire red square.
<script>var zoomCount = 2; window.shouldZoomOut = true;</script>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</body>
</html>