text-align-match-parent-05-ref.html (372B)
1 <!DOCTYPE html> 2 <html> 3 <meta charset="utf-8"> 4 <title>CSS Text 3 tests: match parent on text-align-last</title> 5 <link rel="author" title="Florian RIvoal" href="https://florian.rivoal.net"> 6 <style> 7 section { 8 font-family: monospace; 9 width: 3ch; 10 } 11 </style> 12 13 <p>Test passes if the two “2” are vertically aligned. 14 <section> 15 <div>1 2<br> 2</div> 16 </section>