chromium/third_party/blink/web_tests/external/wpt/css/css-ruby/ruby-autohide-003-ref.html

<!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:[email protected]">
  <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>