mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
a9545c0e64
--HG-- extra : rebase_source : fe13f96fe7bc771dfd899bd7ac391f565899d26d extra : source : 480c409240940afd5e4e6ce4cf995e5e1a26e640
16 lines
362 B
HTML
16 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1069519 - Ruby line height calculation</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
</head>
|
|
<body style="line-height: 1">
|
|
<ruby>
|
|
<rb>base</rb>
|
|
<rtc style="ruby-position: under;"><rt style="color: transparent">text</rt></rtc>
|
|
</ruby><br>
|
|
next line
|
|
</body>
|
|
</html>
|