summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/ruby/ruby-autohide-003-ref.html
blob: 468b17d4ed81d34e337ba5bb48d94ff9fe8e14c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <title>CSS Reference: Autohide ruby annotations which are identical to their bases</title>
  <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
  <style>
    body { line-height: 5em; }
  </style>
</head>
<body>
  <ruby>
    <rb>振</rb><rb>り</rb><rb>仮</rb><rb>名</rb>
    <rt>ふ</rt><rt></rt><rt>が</rt><rt>な</rt>
  </ruby>
</body>
</html>