summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ruby/ruby-autohide-003.html
blob: 2279e7540e3040c3d2d9bbddac5d266dc12ad2de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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-003-ref.html">
  <style>
    body { line-height: 5em; }
  </style>
</head>
<body>
  <ruby>
    <rb></rb><rb></rb><rb></rb><rb></rb>
    <rt></rt><rt style="line-height: 100em;"></rt><rt></rt><rt></rt>
  </ruby>
</body>
</html>