layout/reftests/css-ruby/ruby-position-horizontal.html
author dadaa <daisuke.akatsuka@birchill.co.jp>
Wed, 09 Jul 2025 04:53:58 +0000 (6 hours ago)
changeset 795836 a5500d271fe3a1fefb4d81d96fc4abd00d9eade7
parent 225093 74d5b7a1a448e060ce083734c4fc0b54db945d31
permissions -rw-r--r--
Bug 1957280: Limit user's mouse amount for tree component r=places-reviewers,reusable-components-reviewers,masayuki,mstriemer Differential Revision: https://phabricator.services.mozilla.com/D251224
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Bug 1055665 - Test for ruby-position</title>
  <link rel="stylesheet" href="common.css">
  <style>
    body {
      font-family: monospace;
      /* use a large line-height here to avoid additional leadings */
      line-height: 8em;
    }
    rtc, rt {
      font-size: 100% !important;
      line-height: normal !important;
    }
  </style>
</head>
<body>
  <ruby>
    <rb>base##</rb>
    <rtc style="ruby-position: over"><rt>over##</rt></rtc>
    <rtc style="ruby-position: under"><rt>under#</rt></rtc>
    <rtc style="ruby-position: over"><rt>over2#</rt></rtc>
    <rtc style="ruby-position: under"><rt>under2</rt></rtc>
  </ruby>
</body>
</html>