bug1722890_ref.html (257B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 div { 6 position: fixed; 7 width: 10px; 8 height: 10px; 9 background: blue; 10 left: 0; 11 } 12 </style> 13 </head> 14 <body> 15 <div style="top:0"></div> 16 <div style="bottom:0"></div> 17 </body> 18 </html>