tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ruby-autohide-001.html (511B)


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