layout/reftests/bidi/83958-1a.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 <meta charset="UTF-8">
michael@0 5 <title>Bidirectional Text Test 2 - Formatting Characters</title>
michael@0 6 <style>
michael@0 7 p { font-family: monospace; text-align: left; }
michael@0 8 </style>
michael@0 9 </head>
michael@0 10 <!-- Testcases based on http://dbaron.org/css/test/bidi2_charcode by L. David Baron. -->
michael@0 11 <body>
michael@0 12 <p>The following lines should all read "ABCDEFGHI":</p>
michael@0 13 <p>ABCDEFGHI</p>
michael@0 14 <p dir="rtl">&#x202b;ABCDEFGHI&#x202c;</p>
michael@0 15 <p dir="rtl">&#x202b;ABC<span>DEF</span>GHI&#x202c;</p>
michael@0 16 <p dir="rtl">&#x202e;IHGFEDCBA&#x202c;</p>
michael@0 17 <p dir="rtl">&#x202e;IHG<span>FED</span>CBA&#x202c;</p>
michael@0 18 <p dir="rtl">&#x202e;IHG&#x202b;DEF&#x202c;CBA&#x202c;</p>
michael@0 19 <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
michael@0 20 <p dir="rtl">&#x202e;IHG&#x202e;FED&#x202c;CBA&#x202c;</p>
michael@0 21 <p dir="rtl">&#x202e;IHG&#x202d;DEF&#x202c;CBA&#x202c;</p>
michael@0 22 </body>
michael@0 23 </html>

mercurial