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

mercurial