https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 70f1488c0b16ecd932f3053c70c41d0176b9cdc5 authored by ffxbld on 03 April 2015, 02:14:55 UTC
Added FENNEC_37_0_1_RELEASE FENNEC_37_0_1_BUILD1 tag(s) for changeset ac6b31f61d02. DONTBUILD CLOSED TREE a=release
Tip revision: 70f1488
267459-2.html
<!DOCTYPE html>
<html>
 <head>
  <title>Test unicode-bidi in form controls</title>
  <meta http-equiv="Content-type" content="text/html; charset=iso-8859-8">
 </head>
 <body>
   <p>פיסקה זו אמורה להיות הפוכה</p>
   <p>
   <textarea rows="3" cols="80">שורה זו לא אמורה להיות הפוכה</textarea><br>
   <input type="text" size="80" value="שורה זו לא אמורה להיות הפוכה"><br>
   <input type="button" value="שורה זו לא אמורה להיות הפוכה"><br>
   <select size="6">
    <option selected>שורות</option>
    <optgroup label="אלה">
     <option>לא</option>
     <option>אמורות</option>
    </optgroup>
    <optgroup label="להיות">
     <option>הפוכות</option>
    </optgroup>
   </select><br>
 </body>
</html>
back to top