full-width-ref.html (493B)
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 12 .tcu-all { 13 text-combine-upright: all; 14 } 15 </style> 16 </head> 17 <body> 18 19 <p>Test passes if the following paragraphs are identical:</p> 20 21 <div class="test"> 22 <p>6月<span class="tcu-all">19</span>日</p> 23 <p>6月<span class="tcu-all">19</span>日</p> 24 </div> 25 26 </body> 27 </html>