layout/reftests/bidi/267459-1-ref.html

changeset 0
6474c204b198
     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">&#x202e;This paragraph should appear backwards&#x202c;</p>
    1.12 +   <p>
    1.13 +   <textarea rows="3" cols="80" dir="rtl" >&#x202e;This textarea should appear backwards&#x202c;</textarea><br>
    1.14 +   <input type="text" size="80" dir="rtl" value="&#x202e;This input should appear backwards&#x202c;"><br>
    1.15 +   <input type="button" dir="rtl" value="&#x202e;This button should appear backwards&#x202c;"><br>
    1.16 +   <select dir="rtl" size="6">
    1.17 +    <option selected>&#x202e;This&#x202c;</option>
    1.18 +    <optgroup label="&#x202e;select&#x202c;">
    1.19 +     <option>&#x202e;should&#x202c;</option>
    1.20 +     <option>&#x202e;appear&#x202c;</option>
    1.21 +    </optgroup>
    1.22 +    <optgroup label="&#x202e;backwards&#x202c;">
    1.23 +     <option>&#x202e;throughout&#x202c;</option>
    1.24 +    </optgroup>
    1.25 +   </select><br>
    1.26 + </body>
    1.27 +</html>

mercurial