chromium/third_party/blink/web_tests/svg/zoom/page/zoom-svg-as-object.html

<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>