chromium/third_party/blink/web_tests/virtual/text-antialias/international/bidi-mirror-he-ar.html

<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>&#x05e9(&#x05e9)</div>  <!-- Hebrew letter treated as simple script -->
<div>&#x05c6(&#x05c6)</div>  <!-- Hebrew letter treated as complex script -->
<div>&#x0644(&#x0644)</div>  <!-- Arabic letter treated as complex script -->
</body>
</html>