summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-autohide-001.html
blob: 61bc6706ba966e0a77d92539f45cd825cbc56dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="ja">
<head>
  <meta charset="UTF-8">
  <title>CSS Test: Autohide ruby annotations which are identical to their bases</title>
  <link rel="author" title="Xidorn Quan" href="mailto:quanxunzhen@gmail.com">
  <link rel="help" href="http://www.w3.org/TR/css-ruby-1/#autohide">
  <link rel="match" href="ruby-autohide-001-ref.html">
</head>
<body>
  <ruby>
    <rb></rb><rb></rb><rb></rb><rb></rb>
    <rt></rt><rt></rt><rt></rt><rt></rt>
  </ruby>
</body>
</html>