tor-browser

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

emoji-04.html (280B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>Emoji-style glyph should ignore color</title>
      6 <style type="text/css">
      7 body {
      8  margin: 10px;
      9  font-size: 40px;
     10  line-height: 2em;
     11  color: green;
     12 }
     13 </style>
     14 </head>
     15 <body>
     16 <div>
     17 &#x2764;&#xfe0f;
     18 </div>
     19 </body>
     20 </html>