summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-autohide-002-ref.html
blob: afa0f3cd243c51737022f931226068b69ec312b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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">
</head>
<body>
  <p><ruby>
    <rb></rb><rb></rb><rb></rb><rb></rb>
    <rt></rt><rt>ri</rt><rt></rt><rt></rt>
  </ruby></p>
  <p><ruby>
    <rb></rb><rb>ri</rb><rb></rb><rb></rb>
    <rt></rt><rt></rt><rt></rt><rt></rt>
  </ruby></p>
  <p><ruby>
    <rb></rb><rb></rb><rb></rb><rb></rb>
    <rt></rt><rt></rt><rt></rt><rt></rt>
  </ruby></p>
  <p><ruby>
    <rb></rb><rb></rb><rb></rb><rb></rb>
    <rt></rt><rt></rt><rt></rt><rt></rt>
  </ruby></p>
</body>
</html>