summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-addRTL-Auto.html
blob: 52c0949c91f14ce450495f98e1e3519f4a59e298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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="addRTLAutoElements()">
   <div id="container"></div>
  </body>
</html>