full-width-notcu-notref.html (392B)
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 writing-mode: vertical-rl; 10 } 11 </style> 12 </head> 13 <body> 14 15 <p>Test passes if the following paragraphs are identical:</p> 16 17 <div class="test"> 18 <p>6月19日</p> 19 <p>6月19日</p> 20 </div> 21 22 </body> 23 </html>