tor-browser

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

shaping-024-ref.html (1031B)


      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 <link rel="mismatch" href="shaping-024-sanity-ref.html">
      8 <link rel="mismatch" href="shaping-024-sanity-2-ref.html">
      9 <style type="text/css">
     10 @font-face {
     11    font-family: 'csstest_noto';
     12    src: url('/fonts/noto/NotoSansMongolian-regular.woff2') format('woff2');
     13    }
     14 .test, .ref { border: 1px solid #02D7F6;  margin: 20px;  padding: 10px; width: 3em; font-size: 120px; font-family: "csstest_noto"; writing-mode: vertical-lr; }
     15 /* the CSS above is not part of the test */
     16 .styled { font-style:italic; }
     17 </style>
     18 </head>
     19 <body>
     20 <p class="instructions">Test passes if the three Mongolian characters in each box join, making the two boxes identical.</p>
     21 <div class="ref" lang="mn" dir="rtl">&zwj;<span class="styled">&zwj;&zwj;</span>&zwj;</div>
     22 <div class="ref" lang="mn" dir="rtl">&zwj;<span class="styled">&zwj;&zwj;</span>&zwj;</div>
     23 </body>
     24 </html>