commit-queue@webkit.org | 38d5b66 | 2013-08-01 13:03:45 +0000 | [diff] [blame] | 1 | <!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.com | aa00cbd | 2014-04-04 16:30:18 +0000 | [diff] [blame] | 12 | background-size: 100px; |
commit-queue@webkit.org | 38d5b66 | 2013-08-01 13:03:45 +0000 | [diff] [blame] | 13 | 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 | |