summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-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>