layout/reftests/text/word-spacing-01-ref.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>
     3 <head>
     4 <style>
     5 span { display:inline-block; width:10em; }
     6 </style>
     7 </head>
     8 <body style="width: 433px; height: 590px;">
    10 <table border="1">
    11 <tr><td>space <span></span>.</td>
    12 <tr><td>nonbreaking-space&nbsp;<span></span>.</td>
    13 <tr><td>ideographic-space&#x3000;.</td>
    14 <tr><td>newline
    15 <span></span>.</td>
    16 <tr><td>tab&#9;<span></span>.</td>
    17 <tr><td>form-feed&#12;.</td>
    18 </table>
    20 <table border="1" style="white-space:pre">
    21 <tr><td>space <span></span>.</td>
    22 <tr><td>nonbreaking-space&nbsp;<span></span>.</td>
    23 <tr><td>ideographic-space&#x3000;.</td>
    24 <tr><td>newline
    25 .</td>
    26 <tr><td>tab&#9;.</td>
    27 <tr><td>form-feed&#12;.</td>
    28 </table>
    30 <table border="1" style="white-space:nowrap">
    31 <tr><td>space <span></span>.</td>
    32 <tr><td>nonbreaking-space&nbsp;<span></span>.</td>
    33 <tr><td>ideographic-space&#x3000;.</td>
    34 <tr><td>newline <span></span>.</td>
    35 <tr><td>tab&#9;<span></span>.</td>
    36 <tr><td>form-feed&#12;.</td>
    37 </table>
    39 <table border="1" style="white-space:pre-wrap">
    40 <tr><td>space <span></span>.</td>
    41 <tr><td>nonbreaking-space&nbsp;<span></span>.</td>
    42 <tr><td>ideographic-space&#x3000;.</td>
    43 <tr><td>newline
    44 .</td>
    45 <tr><td>tab&#9;.</td>
    46 <tr><td>form-feed&#12;.</td>
    47 </table>
    49 </body>
    50 </html>

mercurial