layout/reftests/bidi/263359-2.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 DIR=RTL>
     3  <head>
     4   <meta charset=UTF-8>
     5   <title>BIDI Layout Testing</title>
     6  </head>
     7  <body>
     8   <div style="white-space: pre">
     9 <b>Test1: No space</b> 
    10 This is a testing for BiDi layout issues. 
    11 <span>This is a testing for BiDi layout issues.
    12 </span> 
    13 <p>This is a testing for BiDi layout issues.
    14 </p>
    15 <div>This is a testing for BiDi layout issues.</div>
    17 <b>Test2: 3 spaces at the end</b>
    18 This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    19 <span>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    20 </span>
    22 <p>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    23 </p>
    24 <div>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    25 </div>
    27 <b>Test3: 3 spaces at the beginning</b>
    28 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
    29 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
    30 </span>
    31 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
    32 </p>
    33 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
    34 </div>
    36 <b>Test4: 3 spaces at the end and the beginning</b>
    37 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    38 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    39 </span>
    40 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    41 </p>
    42 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
    43 </div>
    44 </div>
    45  </body>
    46 </html>

mercurial