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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Test unicode-bidi in form controls</title>
michael@0 5 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
michael@0 6 </head>
michael@0 7 <body>
michael@0 8 <p dir="rtl">&#x202e;This paragraph should appear backwards&#x202c;</p>
michael@0 9 <p>
michael@0 10 <textarea rows="3" cols="80" dir="rtl" >&#x202e;This textarea should appear backwards&#x202c;</textarea><br>
michael@0 11 <input type="text" size="80" dir="rtl" value="&#x202e;This input should appear backwards&#x202c;"><br>
michael@0 12 <input type="button" dir="rtl" value="&#x202e;This button should appear backwards&#x202c;"><br>
michael@0 13 <select dir="rtl" size="6">
michael@0 14 <option selected>&#x202e;This&#x202c;</option>
michael@0 15 <optgroup label="&#x202e;select&#x202c;">
michael@0 16 <option>&#x202e;should&#x202c;</option>
michael@0 17 <option>&#x202e;appear&#x202c;</option>
michael@0 18 </optgroup>
michael@0 19 <optgroup label="&#x202e;backwards&#x202c;">
michael@0 20 <option>&#x202e;throughout&#x202c;</option>
michael@0 21 </optgroup>
michael@0 22 </select><br>
michael@0 23 </body>
michael@0 24 </html>

mercurial