https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0ecc076d496e3be9b44131a2923897edc4e8116c authored by Brian Smith on 16 February 2013, 19:21:13 UTC
Bug 842064: Fix build bustage caused by expired certificates in test_signed_apps.js on a CLOSED TREE, a=bustage, a=testonly
Tip revision: 0ecc076
386339.html
<!DOCTYPE html>
<html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
  <table border="1">
   <tbody>
    <tr><th colspan="5">Symmetric characters with mirrored glyphs</th></tr>
    <!-- NOTE: vertical bars (which do not affect the mirroring)
         added to work around vertical ClearType clipping at tips
         of diagonal lines; see bug 559879. -->
    <tr>
     <td>U003C</td>
     <td>LESS-THAN SIGN</td>
     <td dir="rtl">א |&lt;| ב</td>
     <td>a |&lt;| b</td>
     <td dir="rtl">ا |&lt;| ب</td>
    </tr>
    <tr>
     <td>U00AB</td>
     <td>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK</td>
     <td dir="rtl">א |«| ב</td>
     <td>a |«| b</td>
     <td dir="rtl">ا |«| ب</td>
    </tr>
    <tr>
     <td>U2039</td>
     <td>SINGLE LEFT-POINTING ANGLE QUOTATION MARK</td>
     <td dir="rtl">א |‹| ב</td>
     <td>a |‹| b</td>
     <td dir="rtl">ا |‹| ب</td>
    </tr>
   </tbody>
  </table>
 </body>
</html>
back to top