tor-browser

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

ruby-base-container-abs.html (526B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Ruby Test: ruby base container with abs. pos. child</title>
      4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
      5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 <link rel="help" href="https://drafts.csswg.org/css-ruby-1/#ruby-layout">
      7 <link rel="match" href="empty-ruby-base-container-ref.html">
      8 <style>
      9 a { position: absolute; }
     10 </style>
     11 <div style="font-size: 64px; line-height: 3">a<ruby><a>&nbsp;</a><rt>b</rt></ruby>c</div>