- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / backgrounds / size / backgroundSize15.html
1 <html>
2 <style>
3 div { 
4     background-image:url(resources/bikes.bmp); 
5     -webkit-background-size: 133px 135px;
6     }
7 </style>
8
9 <body>
10
11 <div style="width:100px; height:100px"></div>
12
13 <br><br><br>
14
15 <div style="width:800px; height:800px"></div>
16
17 </body>
18 </html>