Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-mirror-he-ar.html
blob4159c2b01021c54f00f4d413e125e1ce1a3dc057
1 <html>
2 <head>
3 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
4 <title>Test bidi mirroring in Hebrew and Arabic</title>
5 </head>
6 <body dir=rtl>
7 <p>This test tests bidi mirroring in Hebrew and Arabic</p>
8 <p>The parenthesis should be displayed as "(...)..." visually from left to right</p>
9 <div>&#x05e9(&#x05e9)</div> <!-- Hebrew letter treated as simple script -->
10 <div>&#x05c6(&#x05c6)</div> <!-- Hebrew letter treated as complex script -->
11 <div>&#x0644(&#x0644)</div> <!-- Arabic letter treated as complex script -->
12 </body>
13 </html>