tab-stop-threshold-002-ref.html (503B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS test reference</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <style> 6 div { 7 white-space: pre; 8 font-family: monospace; 9 tab-size: 8; /* the initial value, but since we're measuring against it, we might as well be sure */ 10 } 11 </style> 12 <p>Test passes if the 4 letters bellow are vertically aligned. 13 <div> P</div> 14 <div> A</div> 15 <div> S</div> 16 <div> S</div>