commit-queue@webkit.org | 68f3362 | 2015-07-21 19:56:24 +0000 | [diff] [blame] | 1 | <html> |
2 | <head> | ||||
3 | <style> | ||||
4 | body { | ||||
5 | margin: 0; | ||||
6 | } | ||||
7 | .container { | ||||
8 | height: 2000px; | ||||
9 | overflow: hidden; | ||||
10 | width: 50%; | ||||
11 | height: 50%; | ||||
12 | background-image: url('resources/green-blue.png'); | ||||
13 | background-attachment: fixed; | ||||
14 | background-repeat: no-repeat; | ||||
15 | background-size: 300px; | ||||
16 | } | ||||
17 | </style> | ||||
18 | </head> | ||||
19 | <body> | ||||
20 | <div class="container"></div> | ||||
21 | </body> | ||||
22 | </html> |