tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

267459-1-ref.html (970B)


      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" style="resize:none">&#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>