layout/reftests/bugs/985303-1-ref.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:3fbf8ea01910
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #container {
6 position: absolute;
7 width: 200px;
8 height: 200px;
9 overflow: scroll;
10 }
11 #image {
12 width: 100px;
13 height: 100px;
14 margin: 100px;
15 background: blue;
16 display: inline-block;
17 }
18 #cursor {
19 position: absolute;
20 left: 10px;
21 top: 0;
22 width: 10px;
23 height: 10px;
24 background: red;
25 }
26 </style>
27 </head>
28 <body>
29 <div id='container'>
30 <div id='image'></div>
31 <div id='cursor'></div>
32 </div>
33 </body>
34 </html>

mercurial