1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/267459-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +<!DOCTYPE html> 1.5 +<html> 1.6 + <head> 1.7 + <title>Test unicode-bidi in form controls</title> 1.8 + <meta http-equiv="Content-type" content="text/html; charset=iso-8859-8"> 1.9 + </head> 1.10 + <body> 1.11 + <p>פיסקה זו אמורה להיות הפוכה</p> 1.12 + <p> 1.13 + <textarea rows="3" cols="80">שורה זו לא אמורה להיות הפוכה</textarea><br> 1.14 + <input type="text" size="80" value="שורה זו לא אמורה להיות הפוכה"><br> 1.15 + <input type="button" value="שורה זו לא אמורה להיות הפוכה"><br> 1.16 + <select size="6"> 1.17 + <option selected>שורות</option> 1.18 + <optgroup label="אלה"> 1.19 + <option>לא</option> 1.20 + <option>אמורות</option> 1.21 + </optgroup> 1.22 + <optgroup label="להיות"> 1.23 + <option>הפוכות</option> 1.24 + </optgroup> 1.25 + </select><br> 1.26 + </body> 1.27 +</html>