summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/ruby-align-1-ref.html
blob: 6f6ffcd309e6d854886cd5e78bc26de96030685b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Bug 1055676 - Tests for ruby-align</title>
  <link rel="stylesheet" href="common.css">
  <style>
    div { width: 160px; box-sizing: border-box; }
  </style>
</head>
<body style="font: 16px/3 Ahem">
  <div>X X X</div>
  <div style="text-align: center">X X X</div>
  <div style="text-align-last: justify">X X X</div>
  <!-- 8px = (width: 160px - 5 * font-size: 16px) /
             (1 + justification opportunities: 4) / 2 -->
  <div style="text-align-last: justify; padding: 0 8px">X X X</div>
</body>
</html>