comparison: layout/reftests/scrolling/uncovering-2-ref.html
layout/reftests/scrolling/uncovering-2-ref.html
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 body { |
|
6 width: 1500px; |
|
7 overflow: hidden; |
|
8 } |
|
9 div#bottom { |
|
10 position: fixed; |
|
11 left: 0; |
|
12 top: 0; |
|
13 height: 200px; |
|
14 width: 200px; |
|
15 background: green; |
|
16 } |
|
17 </style> |
|
18 </head> |
|
19 <body> |
|
20 <div style="margin-left:200px; left:200px; width:100px; height:100px; background:pink;"></div> |
|
21 <div style="left:0; width:500px; height:20px; background:blue;"></div> |
|
22 <div id="bottom"></div> |
|
23 </body> |
|
24 </html> |