ruby-intercharacter-1-ref.htm (579B)
1 <!DOCTYPE html> 2 <!-- 3 Reftest 1 for Bug 1395777 (reference file) 4 --> 5 <html lang="zh-TW"> 6 <head> 7 <meta charset="UTF-8"> 8 <link rel="stylesheet" href="common.css"> 9 <style> 10 body { 11 font: 100px Ahem; 12 line-height: 1; 13 } 14 .rbc { 15 height: 100px; 16 display: inline-block; 17 vertical-align: top; 18 } 19 .rtc { 20 height: 100px; 21 display: inline-block; 22 writing-mode: vertical-rl; 23 text-orientation: upright; 24 vertical-align: top; 25 text-align: center; 26 font-size: 25%; 27 } 28 </style> 29 </head> 30 <body> 31 <div> 32 <span class="rbc">BASE</span><span class="rtc">RT</span> 33 </div> 34 </body> 35 </html>