4 -webkit-rtl-ordering: logical;
9 -webkit-rtl-ordering: logical;
18 This tests that bidirectional text is correctly rendered in list box controls.
<br>
19 The order of the text below each list box should match the order of the select's option text.
21 1) direction: rtl;
<br>
22 <select size=
"2" class=
"bidi2"><option>abc
אפרסמון</option></select><br>
23 <div class=
"bidi2">abc
אפרסמון</div><br>
24 2) direction: ltr;
<br>
25 <select size=
"2" class=
"bidi4"><option>abc
אפרסמון</option></select><br>
26 <div class=
"bidi4">abc
אפרסמון</div><br>
28 <select size=
"2" class=
"bidi5"><option>abc
אפרסמון</option></select><br>
29 <div class=
"bidi5">abc
אפרסמון</div><br>