summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-refRTL-RTL.html
blob: 71c42ea3e426c442b5fdd69a52b434352ef86570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>Set and unset dir="auto"</title>
    <style>
     textarea { resize: none; }
    </style>
  </head>
  <body>
    <div><input type="text" value="אבג ABC" dir="rtl"></div>
    <div><span dir="rtl">אבג ABC</span></div>
    <div><textarea dir="rtl">אבג ABC</textarea></div>
    <div><button dir="rtl">אבג ABC</button></div>
    <div><span dir="rtl">אבג ABC</span></div>
  </body>
</html>