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