summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-justification-001-ref.html
blob: eaec8897133ee0527aec706a7a9e1dccc4dcf914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Justification with ruby span</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="stylesheet" href="support/ruby-common.css">
<style>
  body { line-height: 3; }
</style>
<div style="width: 200px; height: 100px; text-align-last: justify; overflow: auto;"><ruby>
  <rb>a</rb><rb>b</rb>
</ruby></div>