gecko-dev/layout/reftests/css-ruby/justification-2-ref.html
Xidorn Quan a9545c0e64 Bug 1123917 part 2 - Make ruby-position only accept [over|under] instead of compound values. r=dholbert
--HG--
extra : rebase_source : fe13f96fe7bc771dfd899bd7ac391f565899d26d
extra : source : 480c409240940afd5e4e6ce4cf995e5e1a26e640
2015-01-22 14:04:55 +11:00

21 lines
455 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>