Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / background / background-repeat-round-auto1-expected.html
blob80c929d519008a5e6668321230c743173fc6fe0a
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <style>
5 div
7 width: 800px;
8 height: 400px;
9 padding: 50px;
10 border: 50px solid transparent;
11 background-image: url(resources/circle.png);
12 background-size: 111px 84px;
13 background-repeat: repeat;
14 background-origin: border-box;
15 background-clip: border-box;
17 </style>
18 </head>
20 <body>
21 <div/>
22 </body>
24 </html>