tor-browser

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

shaping-join-001-ref.html (924B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Text level 3 Test reference</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  }
     19  table {
     20    font-family: 'csstest_noto';
     21  }
     22 </style>
     23 
     24 <p>Test passes if both halves of each of the pairs below are identical:
     25 
     26 <table dir=rtl>
     27 <tr><!-- alef, final form as it doesn't have a medial form -->
     28  <td>&#xFE8E;
     29  <td>&#xFE8E;
     30 <tr><!-- alef, final form -->
     31  <td>&#xFE8E;
     32  <td>&#xFE8E;
     33 <tr><!-- beh, initial form -->
     34  <td>&#xFE91;
     35  <td>&#xFE91;
     36 <tr><!-- beh, medial form -->
     37  <td>&#xFE92;
     38  <td>&#xFE92;
     39 <tr><!-- beh, final form -->
     40  <td>&#xFE90;
     41  <td>&#xFE90;
     42 </table>