letter-spacing-nesting-001-ref.html (357B)
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 font-family: monospace; 8 font-size: 3em; 9 } 10 </style> 11 12 <p>Test passes if the rightmost character of the line that starts with “a” is under the number 5. 13 <div>123456</div> 14 <div>aa aa</div>