tor-browser

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

1961387-1.html (428B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8" />
      3 <style>
      4    div {
      5        position: absolute;
      6        writing-mode: vertical-lr;
      7        font: 50px serif, Noto Color Emoji;
      8    }
      9    #test {
     10        color: red;
     11    }
     12    #mask {
     13        color: transparent;
     14        background: green;
     15    }
     16 </style>
     17 
     18 <p>The emoji glyph should not be visible outside the green box:</p>
     19 
     20 <div id="test">.&#x1f400;.</div>
     21 <div id="mask">.&#x1f400;.</div>