blob: 13927cd5faf198722b30229dad32d244e7c797d6 [file] [log] [blame]
commit-queue@webkit.org68f33622015-07-21 19:56:24 +00001<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>