<html>
<head>
<title></title>
</head>
<body style="overflow: hidden">
<p>
This tests for <i>http://bugzilla.opendarwin.org/show_bug.cgi?id=6014
Bidi algorithm: incorrect resolved levels for neutrals between R and ET ON
L</i>.
</p>
<p>
The characters א and ב are of type R; ^ and @
are of type ON; $ and % are of type ET; a is of type L; 1 is of type EN. In
each of the following pairs, the two lines should be identical to each other.
</p>
<hr>
<p style="direction: ltr; text-align: left;">א ^ @ $% a</p>
<bdo dir="ltr">א ^ @ $% a</bdo>
<hr>
<p style="direction: ltr; text-align: left;">א ^ @ $% ב</p>
<bdo dir="ltr">ב %$ @ ^ א</bdo>
<hr>
<p style="direction: ltr; text-align: left;">א ^ @ $%1</p>
<bdo dir="ltr">$%1 @ ^ א</bdo>
<hr>
<p style="direction: rtl; text-align: left;">א ^ @ $% a</p>
<bdo dir="ltr">a %$ @ ^ א</bdo>
<hr>
<p style="direction: rtl; text-align: left;">א ^ @ $% ב</p>
<bdo dir="ltr">ב %$ @ ^ א</bdo>
<hr>
<p style="direction: rtl; text-align: left;">א ^ @ $%1</p>
<bdo dir="ltr">$%1 @ ^ א</bdo>
</body>
</html>