Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / as-image / svg-as-image-with-relative-size-expected.html
1 <html>
2   <head>
3     <title>svg-as-image-with-relative-size-expected</title>
4     <style>
5       body {margin: 0px;}
6     </style>
7   </head>
8   <body>
9     <div style="width: 400px; height: 400px; border: 1px solid black;">
10         <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
11             <rect x="40" y="40" width="120" height="120" fill="green"/>
12         </svg>
13     </div>
14   </body>
15 </html>
16