layout/reftests/bidi/267459-2.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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">
     6  </head>
     7  <body>
     8    <p>פיסקה זו אמורה להיות הפוכה</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>

mercurial