Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<!-- Tests selectlist text alignment in rtl -->
<link rel=author href="mailto:pkotwicz@chromium.org">
<link rel="match" href="selectlist-rtl-ref.tentative.html">
<style>
selectlist {
direction:rtl;
width:300px;
}
</style>
<selectlist>
<option>option</option>
</selectlist>