layout/reftests/bidi/dirAuto/dynamicDirAuto-setRTL-RTL2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE HTML>
     2 <html>
     3   <head>
     4     <meta charset="utf-8">
     5     <title>Set and unset dir="auto"</title>
     6     <script type="text/javascript" src="setDir.js"></script>
     7     <style>
     8      textarea { resize: none; }
     9     </style>
    10   </head>
    11   <body onload="setAllDir('rtl')">
    12     <div><input type="text" value="אבג ABC" id="set0"></div>
    13     <div><span id="set1">אבג ABC</span></div>
    14     <div><textarea id="set2">אבג ABC</textarea></div>
    15     <div><button id="set3">אבג ABC</button></div>
    16     <div><bdi id="set4">אבג ABC</bdi></div>
    17   </body>
    18 </html>

mercurial