mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
a9545c0e64
--HG-- extra : rebase_source : fe13f96fe7bc771dfd899bd7ac391f565899d26d extra : source : 480c409240940afd5e4e6ce4cf995e5e1a26e640
25 lines
481 B
HTML
25 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html lang="ja">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1116631 - Justification with ruby span</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
<style>
|
|
div {
|
|
ruby-position: under;
|
|
width: 300px; height: 100px;
|
|
-moz-text-align-last: justify;
|
|
overflow: auto;
|
|
text-decoration: underline;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<rb>仮</rb><rb>名</rb>
|
|
<rt>が</rt><rt>な</rt>
|
|
<!-- -->
|
|
</div>
|
|
</body>
|
|
</html>
|