writing-mode-horizontal-001l-ref.html (379B)
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="http://google.com/+MasatakaYakura"> 7 <style> 8 .test { 9 font-size: 5em; 10 line-height: 1; 11 } 12 </style> 13 </head> 14 <body> 15 16 <p>Test passes if the following texts are identical:</p> 17 18 <div class="test"> 19 <p>2014</p> 20 <p>2014</p> 21 </div> 22 23 </body> 24 </html>