tor-browser

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

1721223-1.html (498B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  background: black;
      5  height: 2em;
      6  margin: 1em;
      7  float: left;
      8 }
      9 </style>
     10 
     11 <!-- U+209B (subscript 's') is present in the macOS system font, so it should not render
     12     with the width of the hexbox produced by the U+FDD0 noncharacter. -->
     13 
     14 <p>The two blocks should NOT be the same width:</p>
     15 
     16 <div>&#xfdd0;&#xfdd0;&#xfdd0;&#xfdd0;&#xfdd0;</div> <!-- noncharacter (renders hexbox) -->
     17 
     18 <div>&#x209b;&#x209b;&#x209b;&#x209b;&#x209b;</div> <!-- subscript letter s -->