Merge "[Release] Webkit2-efl-123997_0.11.81" into tizen_2.2
[framework/web/webkit-efl.git] / LayoutTests / svg / zoom / page / zoom-svg-as-background-with-relative-size-and-viewBox.html
1 <html>
2 <head>
3 <style>
4 div {
5   background: green;
6   background-repeat: no-repeat;
7   background-image: url(resources/relative-sized-background-with-viewBox.svg);
8   height: 600px;
9   width: 800px;
10 }
11 </style>
12 </head>
13 <!-- The background shouldn't be red in a debug build -->
14 <body style='margin: 0px' onload="runRepaintTest()">
15 <div>&nbsp;</div>
16
17 <script>var zoomCount = 1; window.shouldZoomOut = true;</script>
18 <script src="../../../fast/repaint/resources/repaint.js"></script>
19 <script src="../resources/testPageZoom.js"></script>
20 </body>
21 </html>