text-overflow-scroll-vertical-lr-001-ref.html (536B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Overflow: text-overflow: ellipsis and scrolling reference file</title> 4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 <style> 7 div { 8 display: inline-block; 9 writing-mode: vertical-lr; 10 font: 100px/1 Ahem; 11 height: 400px; 12 white-space: pre; 13 } 14 </style> 15 <p>The test passes if it matches the reference.</p> 16 17 <div>p pX</div> 18 <div>pp p</div> 19 <div> pX</div> 20 <div>pp p</div>