tor-browser

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

contain-size-005-ref.html (364B)


      1 <!doctype html>
      2 <html lang=en>
      3  <meta charset=utf-8>
      4  <title>CSS-contain test reference</title>
      5  <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net">
      6 
      7 <style>
      8 div { overflow: hidden; }
      9 rt {
     10  display: ruby-text;
     11  font-size: 1rem;
     12 }
     13 </style>
     14 
     15 <p>This test passes if you can see the word PASS below.
     16 <div><ruby><rt>PASS</rt></ruby></div>