no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-ruby / ruby-intercharacter-2-ref.htm
blob90d47ae1d53baabc2ffa329f1d09dd41b9b85b16
1 <!DOCTYPE html>
2 <!--
3 Reftest 2 for Bug 1395777 (reference file)
4 -->
5 <html lang="zh-TW">
6 <head>
7 <meta charset="UTF-8">
8 <style>
9 html {
10 font-size: xx-large;
12 ruby {
13 width: 1.4em;
15 rtc {
16 display: inline-block;
17 writing-mode: vertical-rl;
18 text-orientation: upright;
19 vertical-align: text-top;
21 </style>
22 </head>
23 <body>
24 <ruby>
25 <rbc>BASE</rbc><rtc>LONGRT</rtc>
26 </ruby>
27 </body>
28 </html>