tor-browser

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

shaping-024-sanity-ref.html (935B)


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