no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-ruby / ruby-intercharacter-1.htm
blobbb681a286bcbfe0422c1548ffa8f9eaa82814d3e
1 <!DOCTYPE html>
2 <!--
3 Reftest 1 for Bug 1395777 (test 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 rtc {
14 writing-mode: vertical-rl;
15 text-orientation: upright;
17 </style>
18 </head>
19 <body>
20 <ruby>
21 <rbc>BASE</rbc><rtc>RT</rtc>
22 </ruby>
23 </body>
24 </html>