blob: 90c06c93d76ef99c3a0e0ee04093f8e8d5147d2b [file] [log] [blame]
<!DOCTYPE html>
<!-- Tests selectmenu text alignment in rtl -->
<link rel=author href="mailto:pkotwicz@chromium.org">
<link rel="match" href="selectmenu-rtl-ref.tentative.html">
<style>
selectmenu {
direction:rtl;
width:300px;
}
</style>
<selectmenu>
<option>option</option>
</selectmenu>