tor-browser

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

color-opacity-rtl-2.html (313B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Mozilla bug 1318539</title>
      6 <style>
      7 .test {
      8  font-family: Twemoji Mozilla, Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif;
      9  font-size: 48px;
     10  opacity: 0.5;
     11 }
     12 </style>
     13 </head>
     14 <body class="test">
     15 &#x5d0;&#x1f600;&#x5d1;
     16 </body>
     17 </html>