vertical-ahem-1x1-ref.html (544B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Test Reference</title> 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYakura"> 7 <meta name="flags" content="ahem"> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style> 10 .test { 11 writing-mode: vertical-rl; 12 font-size: 5em; 13 line-height: 1; 14 font-family: Ahem; 15 } 16 </style> 17 </head> 18 <body> 19 20 <p>Test passes if there are 2 <strong>identical</strong> black squares.</p> 21 22 <div class="test"> 23 <p>x</p> 24 <p>x</p> 25 </div> 26 27 </body> 28 </html>