1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bidi/267459-1-ref.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=utf-8"> 1.9 + </head> 1.10 + <body> 1.11 + <p dir="rtl">‮This paragraph should appear backwards‬</p> 1.12 + <p> 1.13 + <textarea rows="3" cols="80" dir="rtl" >‮This textarea should appear backwards‬</textarea><br> 1.14 + <input type="text" size="80" dir="rtl" value="‮This input should appear backwards‬"><br> 1.15 + <input type="button" dir="rtl" value="‮This button should appear backwards‬"><br> 1.16 + <select dir="rtl" size="6"> 1.17 + <option selected>‮This‬</option> 1.18 + <optgroup label="‮select‬"> 1.19 + <option>‮should‬</option> 1.20 + <option>‮appear‬</option> 1.21 + </optgroup> 1.22 + <optgroup label="‮backwards‬"> 1.23 + <option>‮throughout‬</option> 1.24 + </optgroup> 1.25 + </select><br> 1.26 + </body> 1.27 +</html>