Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / size / backgroundSize13.html
blob1702b3340a1dd4c7b2acad5e6e47c19778a3808b
1 <head>
2 <style>
3 body {
4 background: url(resources/bikes.bmp);
5 -webkit-background-size: 50% auto;
6 background-position: 100% 99%;
7 background-attachment: fixed;
8 background-repeat: no-repeat;
10 </style>
11 </head>
13 <body>
14 </body>