blob: a3304b83dddf93e806fbee9b281d7edfdfe26b81 [file] [log] [blame]
commit-queue@webkit.org38d5b662013-08-01 13:03:45 +00001<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <style>
5 div
6 {
7 width: 800px;
8 height: 400px;
9 padding: 50px;
10 border: 50px solid transparent;
11 background-image: url(resources/circle.png);
zalan@apple.comaa00cbd2014-04-04 16:30:18 +000012 background-size: 100px;
commit-queue@webkit.org38d5b662013-08-01 13:03:45 +000013 background-repeat: repeat;
14 background-origin: content-box;
15 background-clip: content-box;
16 }
17 </style>
18 </head>
19
20 <body>
21 <div/>
22 </body>
23
24</html>
25