summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-justification-002-ref.html
blob: c61dae5c62d903323ac956b6d1d70a36bfd5889a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="ja">
<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>
  div {
    ruby-position: under;
    width: 300px; height: 100px;
    text-align-last: justify;
    overflow: auto;
    text-decoration: underline;
  }
</style>
<div><rb></rb><rb></rb><rt></rt><rt></rt></div>