tenfourfox/layout/reftests/css-ruby/justification-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
438 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bug 1116631 - Justification with ruby span</title>
<link rel="stylesheet" href="common.css">
<style>
body { line-height: 2; }
</style>
</head>
<body>
<div style="width: 200px; height: 100px; -moz-text-align-last: justify; overflow: auto;"><ruby>
<rb>a</rb><rb>b</rb>
<rtc><div style="width: 100px;"></div></rtc>
</ruby></div>
</body>
</html>