Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / background / background-repeat-round-auto1.html
blobf26f5be35a3249613e9c4fe467c57b307ef653f5
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: 106px auto;
13 background-repeat: round repeat;
14 background-origin: border-box;
15 background-clip: border-box;
17 </style>
18 </head>
20 <body>
21 <div/>
22 </body>
24 </html>