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

35 lines
902 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>
<tr>
<td>U003C</td>
<td>LESS-THAN SIGN</td>
<td dir="rtl">א &lrm;|&gt;|&lrm; ב</td>
<td>a &lrm;|&lt;|&lrm; b</td>
<td dir="rtl">ا &lrm;|&gt;|&lrm; ب</td>
</tr>
<tr>
<td>U00AB</td>
<td>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK</td>
<td dir="rtl">א &lrm;|»|&lrm; ב</td>
<td>a &lrm;|«|&lrm; b</td>
<td dir="rtl">ا &lrm;|»|&lrm; ب</td>
</tr>
<tr>
<td>U2039</td>
<td>SINGLE LEFT-POINTING ANGLE QUOTATION MARK</td>
<td dir="rtl">א &lrm;||&lrm; ב</td>
<td>a &lrm;||&lrm; b</td>
<td dir="rtl">ا &lrm;||&lrm; ب</td>
</tr>
</tbody>
</table>
</body>
</html>