tab-size-length-001-ref.html (683B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Text Test: tab-size: length</title> 5 <link rel="author" title="David Storey" href="mailto:david@openweb.io"> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style type="text/css"> 8 .container { 9 position: absolute; 10 } 11 .test { 12 font-family: Ahem; 13 font-size: 20px; 14 15 position: absolute; 16 top: 0; 17 left: 0; 18 background: green; 19 20 } 21 </style> 22 </head> 23 <body> 24 <p>The test passes if there is no red.</p> 25 <div class="container"> 26 <pre class="green test"> </pre> 27 </div> 28 </body> 29 </html>