tor-browser

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

ruby-reflow-001-opaqueruby.html (721B)


      1 <!DOCTYPE html>
      2 <html style="overflow:hidden;">
      3 <head>
      4 <title>CSS Test: Ruby Text Frames Visible</title>
      5 <link rel="author" title="Sam Bowen" href="mailto:sgbowen8@gmail.com">
      6 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      7 <link rel="help" href="http://www.w3.org/TR/2014/WD-css-ruby-1-20140805/">
      8 <link rel="mismatch" href="ruby-reflow-001-noruby.html">
      9 <meta name="assert" content="Test checks that ruby text is rendered.">
     10 <meta charset="UTF-8">
     11 <link rel="stylesheet" href="support/ruby-common.css">
     12 <style>
     13 body { line-height: 3; }
     14 </style>
     15 </head>
     16 <body>
     17 <ruby>
     18  <rbc><rb></rb><rb></rb><rb></rb></rbc>
     19  <rtc><rt>しん</rt><rt>かん</rt><rt>せん</rt></rtc>
     20 </ruby>
     21 </body>
     22 </html>