tor-browser

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

267459-2-ref.html (715B)


      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=iso-8859-8-i">
      6 </head>
      7 <body>
      8   <p>&#x202d;����� �� ����� ����� �����&#x202c;</p>
      9   <p>
     10   <textarea rows="3" cols="80">���� �� �� ����� ����� �����</textarea><br>
     11   <input type="text" size="80" value="���� �� �� ����� ����� �����"><br>
     12   <input type="button" value="���� �� �� ����� ����� �����"><br>
     13   <select size="6">
     14    <option selected>�����</option>
     15    <optgroup label="���">
     16     <option>��</option>
     17     <option>������</option>
     18    </optgroup>
     19    <optgroup label="�����">
     20     <option>������</option>
     21    </optgroup>
     22   </select><br>
     23 </body>
     24 </html>