summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/justification-1.html
blob: 78dc3f4395815b8b80a0cc29b8961d27aa3b84e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>
    <rtc><div style="width: 100px;"></div></rtc>
  </ruby></div>
</body>
</html>