blob: 43f922ff6a34b7cbb1de01d190bcdeb16efbe8b3 [file] [log] [blame]
<html>
<head>
<style>
body {
margin: 0px;
width: 800px;
height: 600px;
}
object {
width: 480px;
height: 360px;
}
</style>
</head>
<body onload="runAfterLayoutAndPaint(repaintTest, true);">
<object data="resources/zoom-svg-as-object.svg" type="image/svg+xml"/>
</body>
<script>var zoomCount = 1; window.shouldZoomOut = true;</script>
<script src="../../../resources/run-after-layout-and-paint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</html>