tor-browser

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

emoji-print.html (432B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>test that emoji are not blank in print output</title>
      6  <meta name="assert" content="emoji characters should be visible when printed">
      7  <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1723787">
      8  <link rel="mismatch" href="/css/reference/blank.html">
      9 </head>
     10 <body>
     11  <p>
     12    <span>&#x1f600;&#x1f601;&#x1f602;&#x1f603;</span>
     13  </p>
     14 </body>
     15 </html>