tor-browser

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

fallback-mark-stacking-1-notref.html (397B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <style>
      6 @font-face {
      7  font-family: test;
      8  /* Note that this font has no OpenType layout tables: */
      9  src: url(../fonts/sil/GenR102.ttf);
     10 }
     11 body {
     12  font-family: test;
     13 }
     14 .test {
     15  font-size: 100px;
     16  line-height: 2;
     17 }
     18 </style>
     19 </head>
     20 <body>
     21 These examples should NOT look the same:
     22 <div class=test>x&#x303;&#x302; x&#x302;&#x303;</div>
     23 </body>