no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-ruby / ruby-intercharacter-1-ref.htm
blob6327ad90f7800f8c467228808598b008cb3304c9
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 <style>
9 body {
10 font-size: 30px;
11 line-height: 1;
13 .rbc {
14 height: 30px;
15 display: inline-block;
16 vertical-align: top;
18 .rtc {
19 height: 30px;
20 display: inline-block;
21 writing-mode: vertical-rl;
22 text-orientation: upright;
23 vertical-align: top;
24 text-align: center;
25 font-size: 30%;
27 </style>
28 </head>
29 <body>
30 <div>
31 <span class="rbc">BASE</span><span class="rtc">RT</span>
32 </div>
33 </body>
34 </html>