tor-browser

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

shaping-no-join-001-ref.html (1221B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test test</title>
      4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/">
      5 <style>
      6  table {
      7    font-size: 3em;
      8    border-spacing: 0 3px;
      9  }
     10  td {
     11    padding: 0 0.5ch;
     12    line-height: 1;
     13    border: 1px solid;
     14  }
     15  @font-face {
     16    font-family: 'csstest_noto';
     17    src: url('/fonts/noto/NotoNaskhArabic-regular.woff2') format('woff2');
     18    font-weight: normal;
     19    font-style: normal;
     20  }
     21  table {
     22    font-family: 'csstest_noto';
     23  }
     24 </style>
     25 
     26 <p>Test passes if both halves of each of the pairs below are identical:
     27 
     28 <table dir=rtl lang=ar>
     29 <tr><!-- alef, isolated rather than final -->
     30  <td>&#x640;&#xFE8D;
     31  <td>&#x640;&#xFE8D;
     32 <tr><!-- beh, isolated rather than initial -->
     33  <td>&#xFE8F;&#x640;
     34  <td>&#xFE8F;&#x640;
     35 <tr><!-- beh, final rather than medial -->
     36  <td>&#x640;&#xFE90;&#x640;
     37  <td>&#x640;&#xFE90;&#x640;
     38 <tr><!-- beh, isolated rather than medial -->
     39  <td>&#x640;&#xFE8F;&#x640;
     40  <td>&#x640;&#xFE8F;&#x640;
     41 <tr><!-- beh, initial rather than medial -->
     42  <td>&#x640;&#xFE91;&#x640;
     43  <td>&#x640;&#xFE91;&#x640;
     44 <tr><!-- beh, isolated rather than final -->
     45  <td>&#x640;&#xFE8F;
     46  <td>&#x640;&#xFE8F;
     47 </table>