tenfourfox/layout/reftests/bidi/386339.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

38 lines
991 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>