4 -webkit-rtl-ordering: logical;
9 -webkit-rtl-ordering: logical;
18 This tests that bidirectional text is correctly rendered when using ATSUI 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>a
̀bc
אפרסמון</option></select><br>
23 <div class=
"bidi2">a
̀bc
אפרסמון</div><br>
24 2) direction: ltr;
<br>
25 <select size=
"2" class=
"bidi4"><option>a
̀bc
אפרסמון</option></select><br>
26 <div class=
"bidi4">a
̀bc
אפרסמון</div><br>
28 <select size=
"2" class=
"bidi5"><option>a
̀bc
אפרסמון</option></select><br>
29 <div class=
"bidi5">a
̀bc
אפרסמון</div><br>