tor-browser

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

376532-1-ref.html (492B)


      1 <!DOCTYPE html>
      2 <!-- Reftest for bug 376532: should show single missing glyph box for non-BMP
      3     characters (not surrogates)
      4     Test 1 uses a narrow paragraph with overflow-x: hidden so that if two
      5     missing glyph boxes are displayed only one will be visible
      6 -->
      7 <html>
      8 <head>
      9  <meta http-equiv="content-type" content="text/html; charset=utf-8">
     10 </head>
     11  <style type="text/css">
     12 p {   
     13  font-size: 36pt;
     14 }
     15  </style>
     16 <body>
     17  <p>&#xddb0d;</p>
     18 </body>
     19 </html>