Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text / international / bidi-european-terminators.html
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body style="overflow: hidden">
6 <p>
7 This tests for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6014
8 Bidi algorithm: incorrect resolved levels for neutrals between R and ET ON
9 L</i>.
10 </p>
11 <p>
12 The characters &#x05d0; and &#x05d1; are of type R; ^ and @
13 are of type ON; $ and % are of type ET; a is of type L; 1 is of type EN. In
14 each of the following pairs, the two lines should be identical to each other.
15 </p>
16 <hr>
17 <p style="direction: ltr; text-align: left;">&#x05d0; ^ @ $% a</p>
18 <bdo dir="ltr">&#x05d0; ^ @ $% a</bdo>
19 <hr>
20 <p style="direction: ltr; text-align: left;">&#x05d0; ^ @ $% &#x05d1;</p>
21 <bdo dir="ltr">&#x05d1; %$ @ ^ &#x05d0;</bdo>
22 <hr>
23 <p style="direction: ltr; text-align: left;">&#x05d0; ^ @ $%1</p>
24 <bdo dir="ltr">$%1 @ ^ &#x05d0;</bdo>
25 <hr>
26 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% a</p>
27 <bdo dir="ltr">a %$ @ ^ &#x05d0;</bdo>
28 <hr>
29 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $% &#x05d1;</p>
30 <bdo dir="ltr">&#x05d1; %$ @ ^ &#x05d0;</bdo>
31 <hr>
32 <p style="direction: rtl; text-align: left;">&#x05d0; ^ @ $%1</p>
33 <bdo dir="ltr">$%1 @ ^ &#x05d0;</bdo>
34 </body>
35 </html>