tor-browser

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

ruby-dynamic-removal-002-ref.html (491B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>Test for dynamic removal of ruby frames</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      5 <link rel="author" title="Mozilla" href="https://www.mozilla.org">
      6 <link rel="stylesheet" href="support/ruby-common.css">
      7 <p>One space should exist between 'a' and 'b':</p>
      8 
      9 <p>a <rt></rt>b</p>
     10 <p>a<rb></rb> b</p>
     11 <p>a<rb></rb> <rb></rb>b</p>
     12 <p>a<rbc></rbc> <rbc></rbc>b</p>
     13 <p><rb>a</rb> <rb>b</rb><rt>x</rt> <rt>y</rt></p>