summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/dirAuto/dynamicDirAuto-refLTR-RTL.html
blob: 60619730a8cd91b85a4fae2849e60b9923284161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>Set and unset dir="auto"</title>
    <style>
     textarea { resize: none; }
    </style>
  </head>
  <body>
    <div><input type="text" value="ABC אבג" dir="rtl"></div>
    <div><span dir="rtl">ABC אבג</span></div>
    <div><textarea dir="rtl">ABC אבג</textarea></div>
    <div><button dir="rtl">ABC אבג</button></div>
    <div><span dir="rtl">ABC אבג</span></div>
  </body>
</html>