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">‮This paragraph should appear backwards‬</p> 9 <p> 10 <textarea rows="3" cols="80" dir="rtl" style="resize:none">‮This textarea should appear backwards‬</textarea><br> 11 <input type="text" size="80" dir="rtl" value="‮This input should appear backwards‬"><br> 12 <input type="button" dir="rtl" value="‮This button should appear backwards‬"><br> 13 <select dir="rtl" size="6"> 14 <option selected>‮This‬</option> 15 <optgroup label="‮select‬"> 16 <option>‮should‬</option> 17 <option>‮appear‬</option> 18 </optgroup> 19 <optgroup label="‮backwards‬"> 20 <option>‮throughout‬</option> 21 </optgroup> 22 </select><br> 23 </body> 24 </html>