Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / zoom / page / zoom-svg-as-relative-image.html
1 <html>
2 <head>
3 <style>
4 div {
5   background: red;
6   height: 100px;
7   width: 100px;
8 }
9 </style>
10 </head>
11 <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
12 <div>
13   <img style='width:100%; height:100%' src='../../as-image/resources/green-relative-size-rect.svg'>
14 </div>
15
16 <script>var zoomCount = 1; window.shouldZoomOut = true;</script>
17 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
18 <script src="../resources/testPageZoom.js"></script>
19
20 </body>
21 </html>