summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-selectlist-element/selectlist-rtl.tentative.html
blob: 24f79596321f413025cddc9c5e10a8c34f701d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>