haikuwebkit/LayoutTests/svg/zoom/page/zoom-svg-as-object.html

25 lines
448 B
HTML

<html>
<head>
<style>
body {
margin: 0px;
width: 800px;
height: 600px;
}
object {
width: 480px;
height: 360px;
}
</style>
</head>
<body onload="runRepaintTest()">
<object data="resources/zoom-svg-as-object.svg" type="image/svg+xml"/>
</body>
<script>var zoomCount = 1; window.shouldZoomOut = true;</script>
<script src="../../../fast/repaint/resources/repaint.js"></script>
<script src="../resources/testPageZoom.js"></script>
</html>