summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-ChangeText-RTL6.html
blob: 440945bb5875e960ac5c425be401a510bb63c77f (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="prependSpansFromArray(new Array('ABC', ' ', 'אבג'))">
    <div><input type="text" value="&#x00ad;" id="set0" dir="auto"></div>
    <div><span id="set1" dir="auto">&#x00ad;</span></div>
    <div><textarea id="set2" dir="auto">&#x00ad;</textarea></div>
    <div><button id="set3" dir="auto">&#x00ad;</button></div>
    <div><bdi id="set4">&#x00ad;</bdi></div>
  </body>
</html>