gecko-dev/layout/reftests/css-ruby/justification-2-ref.html
Xidorn Quan 0a93398e34 Bug 1039541 part 2 - Use unprefixed text-align-last in tests. r=heycam
MozReview-Commit-ID: 5LReZwinajo

--HG--
extra : source : 69d39d59e0b856960b198aa2a99347a2816277cf
2016-05-30 14:52:01 +10:00

21 lines
450 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;
text-align-last: justify;
overflow: auto;
text-decoration: underline;
}
</style>
</head>
<body>
<div><rb></rb><rb></rb><rt></rt><rt></rt></div>
</body>
</html>