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.

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

mercurial