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