| @import url(resources/Mac-compatible-font-fallback.css); |
| -webkit-rtl-ordering: logical; |
| -webkit-rtl-ordering: logical; |
| This tests that bidirectional text is correctly rendered when using ATSUI in list box controls.<br> |
| The order of the text below each list box should match the order of the select's option text. |
| <select size="2" class="bidi2"><option>àbcאפרסמון</option></select><br> |
| <div class="bidi2">àbcאפרסמון</div><br> |
| <select size="2" class="bidi4"><option>àbcאפרסמון</option></select><br> |
| <div class="bidi4">àbcאפרסמון</div><br> |
| <select size="2" class="bidi5"><option>àbcאפרסמון</option></select><br> |
| <div class="bidi5">àbcאפרסמון</div><br> |