OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title></title> | 3 <title></title> |
4 </head> | 4 </head> |
5 <body> | 5 <body style="overflow: hidden"> |
6 <p> | 6 <p> |
7 This tests for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6014 | 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 | 8 Bidi algorithm: incorrect resolved levels for neutrals between R and ET ON |
9 L</i>. | 9 L</i>. |
10 </p> | 10 </p> |
11 <p> | 11 <p> |
12 The characters א and ב are of type R; ^ and @ | 12 The characters א and ב 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 | 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. | 14 each of the following pairs, the two lines should be identical to each other. |
15 </p> | 15 </p> |
(...skipping 10 matching lines...) Expand all Loading... |
26 <p style="direction: rtl; text-align: left;">א ^ @ $% a</p> | 26 <p style="direction: rtl; text-align: left;">א ^ @ $% a</p> |
27 <bdo dir="ltr">a %$ @ ^ א</bdo> | 27 <bdo dir="ltr">a %$ @ ^ א</bdo> |
28 <hr> | 28 <hr> |
29 <p style="direction: rtl; text-align: left;">א ^ @ $% ב</p> | 29 <p style="direction: rtl; text-align: left;">א ^ @ $% ב</p> |
30 <bdo dir="ltr">ב %$ @ ^ א</bdo> | 30 <bdo dir="ltr">ב %$ @ ^ א</bdo> |
31 <hr> | 31 <hr> |
32 <p style="direction: rtl; text-align: left;">א ^ @ $%1</p> | 32 <p style="direction: rtl; text-align: left;">א ^ @ $%1</p> |
33 <bdo dir="ltr">$%1 @ ^ א</bdo> | 33 <bdo dir="ltr">$%1 @ ^ א</bdo> |
34 </body> | 34 </body> |
35 </html> | 35 </html> |
OLD | NEW |