layout/reftests/bidi/263359-2-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 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. &rlm;
    11 <span>This is a testing for BiDi layout issues.&rlm;
    12 </span> 
    13 <p>This is a testing for BiDi layout issues.&rlm;
    14 </p>
    15 <div>This is a testing for BiDi layout issues.&rlm;
    16 </div>
    18 <b>Test2: 3 spaces at the end</b>
    19 This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    20 <span>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    21 </span>
    23 <p>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    24 </p>
    25 <div>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    26 </div>
    28 <b>Test3: 3 spaces at the beginning</b>
    29 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
    30 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
    31 </span>
    32 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
    33 </p>
    34 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
    35 </div>
    37 <b>Test4: 3 spaces at the end and the beginning</b>
    38 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    39 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    40 </span>
    41 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    42 </p>
    43 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
    44 </div>
    45 </div>
    46  </body>
    47 </html>

mercurial