layout/reftests/bidi/386339.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     5  </head>
     6  <body>
     7   <table border="1">
     8    <tbody>
     9     <tr><th colspan="5">Symmetric characters with mirrored glyphs</th></tr>
    10     <!-- NOTE: vertical bars (which do not affect the mirroring)
    11          added to work around vertical ClearType clipping at tips
    12          of diagonal lines; see bug 559879. -->
    13     <tr>
    14      <td>U003C</td>
    15      <td>LESS-THAN SIGN</td>
    16      <td dir="rtl">א |&lt;| ב</td>
    17      <td>a |&lt;| b</td>
    18      <td dir="rtl">ا |&lt;| ب</td>
    19     </tr>
    20     <tr>
    21      <td>U00AB</td>
    22      <td>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK</td>
    23      <td dir="rtl">א |«| ב</td>
    24      <td>a |«| b</td>
    25      <td dir="rtl">ا |«| ب</td>
    26     </tr>
    27     <tr>
    28      <td>U2039</td>
    29      <td>SINGLE LEFT-POINTING ANGLE QUOTATION MARK</td>
    30      <td dir="rtl">א |‹| ב</td>
    31      <td>a |‹| b</td>
    32      <td dir="rtl">ا |‹| ب</td>
    33     </tr>
    34    </tbody>
    35   </table>
    36  </body>
    37 </html>

mercurial