| @import url(resources/Mac-compatible-font-fallback.css); |
| -webkit-rtl-ordering: logical; |
| -webkit-rtl-ordering: logical; |
| This tests that bidirectional text is correctly rendered 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>abcאפרסמון</option></select><br> |
| <div class="bidi2">abcאפרסמון</div><br> |
| <select size="2" class="bidi4"><option>abcאפרסמון</option></select><br> |
| <div class="bidi4">abcאפרסמון</div><br> |
| <select size="2" class="bidi5"><option>abcאפרסמון</option></select><br> |
| <div class="bidi5">abcאפרסמון</div><br> |