| @import url(resources/Mac-compatible-font-fallback.css); |
| -webkit-rtl-ordering: logical; |
| This tests that bidirectional text is correctly rendered in popup controls.<br> |
| The order of the text below each popup button should match the order of the select's option text, and the order of the text in the popup menu. |
| 1) direction: rtl; -webkit-rtl-ordering: logical<br> |
| <select class="bidi1"><option>abcאפרסמון</option></select><br> |
| <div class="bidi1" style="direction: ltr">abcאפרסמון</div><br> |
| <select class="bidi2"><option>abcאפרסמון</option></select><br> |
| <div class="bidi2" style="text-align: left">abcאפרסמון</div><br> |
| <select class="bidi3"><option>abcאפרסמון</option></select><br> |
| <div class="bidi3">abcאפרסמון</div><br> |