Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / background-img-repeat.html
blob0ecc92d62496fa32b7c4372947a8a06a1d791cdc
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 div {
6 background: url('resources/green1x50.png') repeat-x left top;
7 background-size: auto 100%;
9 </style>
10 </head>
11 <body>
12 <div>This text should have green background.<div>
13 </body>
14 </html>