no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / css-ruby / line-height-3.html
blobea2bf632af5bef23d074c6fcf781650fd32cf3d6
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8">
5 <title>Bug 1069519 - Ruby line height calculation</title>
6 <link rel="stylesheet" href="common.css">
7 </head>
8 <body style="line-height: 1">
9 <ruby>
10 <rb>base</rb>
11 <rtc style="ruby-position: over; font-size: 80%;"><rt style="color: transparent">text</rt></rtc>
12 <rtc style="ruby-position: under; font-size: 50%;"><rt style="color: transparent">text</rt></rtc>
13 </ruby><br>
14 next line
15 </body>
16 </html>