layout/reftests/bidi/dirAuto/dynamicDirAuto-setRTL-NoDir4.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="foopy"</title>
     6     <script type="text/javascript" src="setDir.js"></script>
     7     <style>
     8      textarea { resize: none; }
     9     </style>
    10   </head>
    11   <body onload="setAllDir('')">
    12     <div><input type="text" value="אבג ABC" id="set0" dir="foopy"></div>
    13     <div><span id="set1" dir="foopy">אבג ABC</span></div>
    14     <div><textarea id="set2" dir="foopy">אבג ABC</textarea></div>
    15     <div><button id="set3" dir="foopy">אבג ABC</button></div>
    16     <div><bdi id="set4" dir="foopy">אבג ABC</bdi></div>
    17   </body>
    18 </html>

mercurial