layout/reftests/bidi/263359-2.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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