tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / svg / as-image / svg-as-relative-image-with-explicit-size.html
1 <html>
2 <head>
3 <style>
4 img, div {
5   background: red;
6   height: 100px;
7   width: 100px;
8 }
9 </style>
10 </head>
11 <body style='margin: 0px'>
12 <div>
13   <img src='resources/green-relative-size-rect.svg'>
14 </div>
15 </body>
16 </html>