line-height-ref.html (468B)
1 <!-- quirks mode --> 2 <html> 3 <head> 4 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com"> 5 <style> 6 html,body { 7 color:black; background-color:white; font:20px/1 monospace; padding:0; margin:0; 8 } 9 10 .wrapper { 11 overflow: hidden; 12 border: solid blue; 13 } 14 </style> 15 </head> 16 <body> 17 <div class="wrapper"> 18 <div style="border:50px solid lightgrey"></div> 19 <span style="margin-top: -100px; display: inline-block">PASS</span> 20 </div> 21 </body> 22 </html>