Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-explicit-embedding.html
blobaf49d146185a9be22a219ff342eb051884753074
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Embedding bugs</title>
6 </head>
7 <body style="font-family:'Lucida Grande';">
8 <p>
9 In each line, reading from left to right, the bracket should
10 appear before the parenthesis. The bracket should be a left bracket and
11 the parenthesis should be a right parenthesis. In each line, Roman characters
12 and digits should be in increasing order from left to right.
13 </p>
14 <p>
15 &#x05d0;&#x05d1;&#x05d2; def <span dir="rtl">(&#x05d6;&#x05d7;&#x05d8;]</span> jkl
16 </p>
17 <p>
18 &#x05d0;&#x05d1;&#x05d2; def <span dir="rtl">(ghi]</span> jkl
19 </p>
20 <p>
21 abc <span dir="rtl">(45 23]</span> fgh
22 </p>
23 <p>
24 abc &#x202B;(45 23]&#x202C; fgh
25 </p>
26 <p>
27 abc &#x202B;(de fg]&#x202C; hij
28 </p>
29 <p>
30 1<span dir="rtl">(ab cd]</span>
31 </p>
32 <p>
33 1<span dir="rtl">(ab &#x05d2;&#x05d3;]</span>
34 </p>
35 <p>
36 1<span>&#x202B;(2]&#x202C;</span>
37 </p>
38 <p>
39 1<span>&#x202B;(a]&#x202C;</span>
40 </p>
41 <p>
42 1&#x202B;(ab &#x05d2;&#x05d3;]&#x202C;
43 </p>
44 <p>
45 <span dir="rtl">(def &#x05d0;&#x05d1;&#x05d2; abc]</span>
46 </p>
47 <p>
48 &#x202B;(def &#x05d0;&#x05d1;&#x05d2; abc]&#x202C;
49 </p>
50 </body>
51 </html>