tor-browser

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

contain-size-004-ref.html (379B)


      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 rtc {
      9  display: ruby-text-container;
     10  font-size: 1rem;
     11 }
     12 div {
     13  overflow: hidden;
     14 }
     15 </style>
     16 
     17 <p>This test passes if you can see the word PASS below.
     18 <div><ruby><rtc>PASS</rtc></ruby></div>