summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/justification-1-ref.html
blob: f695fd118b020c4c567925c244d6b7f791809f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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; text-align-last: justify; overflow: auto;"><ruby>
    <rb>a</rb><rb>b</rb>
  </ruby></div>
</body>
</html>