layout/reftests/bidi/267459-1-ref.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   <title>Test unicode-bidi in form controls</title>
     5   <meta http-equiv="Content-type" content="text/html; charset=utf-8">
     6  </head>
     7  <body>
     8    <p dir="rtl">&#x202e;This paragraph should appear backwards&#x202c;</p>
     9    <p>
    10    <textarea rows="3" cols="80" dir="rtl" >&#x202e;This textarea should appear backwards&#x202c;</textarea><br>
    11    <input type="text" size="80" dir="rtl" value="&#x202e;This input should appear backwards&#x202c;"><br>
    12    <input type="button" dir="rtl" value="&#x202e;This button should appear backwards&#x202c;"><br>
    13    <select dir="rtl" size="6">
    14     <option selected>&#x202e;This&#x202c;</option>
    15     <optgroup label="&#x202e;select&#x202c;">
    16      <option>&#x202e;should&#x202c;</option>
    17      <option>&#x202e;appear&#x202c;</option>
    18     </optgroup>
    19     <optgroup label="&#x202e;backwards&#x202c;">
    20      <option>&#x202e;throughout&#x202c;</option>
    21     </optgroup>
    22    </select><br>
    23  </body>
    24 </html>

mercurial