tor-browser

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

ruby-dynamic-removal-001-ref.html (690B)


      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>No space should exist between 'a' and 'b':</p>
      8 
      9 <p>a<ruby> <rb></rb></ruby>b</p>
     10 <p>a<ruby><rb></rb> </ruby>b</p>
     11 <p>a<ruby><rb></rb> <rt></rt></ruby>b</p>
     12 
     13 <p>a<ruby> <rbc></rbc></ruby>b</p>
     14 <p>a<ruby><rbc></rbc> </ruby>b</p>
     15 <p>a<rbc></rbc> <rtc></rtc>b</p>
     16 
     17 <p><rb>a</rb><rb>b</rb><rtc> <rt>x</rt></rtc></p>
     18 <p><rb>a</rb><rb>b</rb><rtc><rt>x</rt> </rtc></p>
     19 <p><rb>a</rb><rb>b</rb> <rt>x</rt></p>