tab-size-block-ancestor-ref.html (756B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text reference</title> 4 <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> 5 <style> 6 div { 7 font: 16px monospace; 8 white-space: pre; 9 } 10 b { 11 font: bold 16px monospace; 12 } 13 </style> 14 15 <p>Test passes if the five “A” letters below are vertically aligned with each other. 16 17 <div> 18 <b>A</b> 19 </div> 20 <div> 21 <b>A</b> 22 </div> 23 <div> 24 <b>A</b> 25 </div> 26 <div> 27 <b>A</b> 28 </div> 29 <div> 30 <b>A</b> 31 </div>