summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-setLTR-RTL5.html
blob: 5cf486c905bc47c2116fc6225dbf8de2f3623c8d (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="setAllDirAttribute('rtl')">
    <div><input type="text" value="ABC אבג" id="set0" dir="ltr"></div>
    <div><span id="set1" dir="ltr">ABC אבג</span></div>
    <div><textarea id="set2" dir="ltr">ABC אבג</textarea></div>
    <div><button id="set3" dir="ltr">ABC אבג</button></div>
    <div><bdi id="set4" dir="ltr">ABC אבג</bdi></div>
  </body>
</html>