layout/reftests/bidi/83958-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.

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <meta charset="UTF-8">
     5   <title>Bidirectional Text Test 2</title>
     6   <style>
     7    p { font-family: monospace; }
     8   </style>
     9  </head>
    10  <body>
    11   <p>The following lines should all read "ABCDEFGHI":</p>
    12   <p>ABCDEFGHI</p>
    13   <p>ABCDEFGHI</p>
    14   <p>ABCDEFGHI</p>
    15   <p>ABCDEFGHI</p>
    16   <p>ABCDEFGHI</p>
    17   <p>ABCDEFGHI</p>
    18   <p>ABCDEFGHI</p>
    19   <p>ABCDEFGHI</p>
    20   <p>ABCDEFGHI</p>
    21  </body>
    22 </html>

mercurial