writing-mode-horizontal-001r-ref.html (397B)
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 direction: rtl; 12 } 13 </style> 14 </head> 15 <body> 16 17 <p>Test passes if the following texts are identical:</p> 18 19 <div class="test"> 20 <p>2014</p> 21 <p>2014</p> 22 </div> 23 24 </body> 25 </html>