summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/1169267-delete-add-2b.html
blob: bc520f83f498957e9ce0694e5e83801c87f7e257 (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>Test bug 1169267</title>
    <script type="text/javascript" src="setDir.js"></script>
    <style>
     textarea { resize: none; }
    </style>
  </head>
  <body onload="appendDeleteAppendTextFromArray(new Array('456', 'def', 'גדה'))">
    <div><input type="text" id="set0" dir="auto"></div>
    <div><span id="set1" dir="auto"></span></div>
    <div><textarea id="set2" dir="auto"></textarea></div>
    <div><button id="set3" dir="auto"></button></div>
    <div><bdi id="set4"></bdi></div>
  </body>
</html>