tor-browser

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

color-opacity-rtl-2-ref.html (360B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Mozilla bug 1318539</title>
      6 <style>
      7 .ref {
      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  unicode-bidi: bidi-override;
     12  direction: ltr;
     13 }
     14 </style>
     15 </head>
     16 <body class="ref">
     17 &#x5d1;&#x1f600;&#x5d0;
     18 </body>
     19 </html>