tor-browser

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

emoji-03-ref.html (274B)


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