blob: 89f37e08caadbf97771a7516e715193cab1bd998 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>L2 run reordering bug</title>
</head>
<body>
<p>
The three boxes should be the same. The order in each
box should be: Roman letters, Hebrew letters, digits, Hebrew letters, Roman
letters.
</p>
<p>
<span style="border:green 1px solid;">abc &#x05d0;&#x05d1;&#x05d2; 123 &#x05d3;&#x05d4;&#x05d5; def</span>
<span style="border:green 1px solid;">abc &#x05d0;&#x05d1;&#x05d2; 123 &#x05d3;&#x05d4;&#x05d5; def</span>
<span style="border:green 1px solid;">abc &#x05d0;&#x05d1;&#x05d2; 123 &#x05d3;&#x05d4;&#x05d5; def</span>
</body>
</html>