summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-setRTL-NoDir1.html
blob: ba2bd8bab5db1dce9e3e8619980b22fb3aef7a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>Set and unset dir="auto"</title>
    <script type="text/javascript" src="setDir.js"></script>
    <style>
     textarea { resize: none; }
    </style>
  </head>
  <body onload="setAllDir('')">
    <div><input type="text" value="אבג ABC" id="set0" dir="rtl"></div>
    <div><span id="set1" dir="rtl">אבג ABC</span></div>
    <div><textarea id="set2" dir="rtl">אבג ABC</textarea></div>
    <div><button id="set3" dir="rtl">אבג ABC</button></div>
    <div><bdi id="set4" dir="rtl">אבג ABC</bdi></div>
  </body>
</html>