tor-browser

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

shaping-021-sanity-ref.html (818B)


      1 <!DOCTYPE html>
      2 <html  lang="en" >
      3 <head>
      4 <meta charset="utf-8">
      5 <title>reference</title>
      6 <style type="text/css">
      7 @font-face {
      8    font-family: 'csstest_noto';
      9    src: url('/fonts/noto/NotoSansNko-regular-webfont.woff2') format('woff2');
     10    }
     11 .test, .ref { border: 1px solid #02D7F6;  margin: 20px;  padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; }
     12 /* the CSS above is not part of the test */
     13 .styled { font-style:italic; }
     14 </style>
     15 </head>
     16 <body>
     17 <p class="instructions">Test passes if the three N'Ko characters in each box join, making the two boxes identical.</p>
     18 <div class="ref" lang="nqo" dir="rtl">ߞ&zwnj;<span class="styled">&zwnj;ߞ&zwnj;</span>&zwnj;ߞ</div>
     19 <div class="ref" lang="nqo" dir="rtl">ߞ&zwnj;<span class="styled">&zwnj;ߞ&zwnj;</span>&zwnj;ߞ</div>
     20 </body>
     21 </html>