<html> | |
<head> | |
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8"> | |
<title>Test bidi mirroring in Hebrew and Arabic</title> | |
</head> | |
<body dir=rtl> | |
<p>This test tests bidi mirroring in Hebrew and Arabic</p> | |
<p>The parenthesis should be displayed as "(...)..." visually from left to right</p> | |
<div>ש(ש)</div> <!-- Hebrew letter treated as simple script --> | |
<div>׆(׆)</div> <!-- Hebrew letter treated as complex script --> | |
<div>ل(ل)</div> <!-- Arabic letter treated as complex script --> | |
</body> | |
</html> |