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.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <body style="word-spacing:10em; width: 433px; height: 590px;">
michael@0 4
michael@0 5 <table border="1">
michael@0 6 <tr><td>space .</td>
michael@0 7 <tr><td>nonbreaking-space&nbsp;.</td>
michael@0 8 <tr><td>ideographic-space&#x3000;.</td>
michael@0 9 <tr><td>newline
michael@0 10 .</td>
michael@0 11 <tr><td>tab&#9;.</td>
michael@0 12 <tr><td>form-feed&#12;.</td>
michael@0 13 </table>
michael@0 14
michael@0 15 <table border="1" style="white-space:pre">
michael@0 16 <tr><td>space .</td>
michael@0 17 <tr><td>nonbreaking-space&nbsp;.</td>
michael@0 18 <tr><td>ideographic-space&#x3000;.</td>
michael@0 19 <tr><td>newline
michael@0 20 .</td>
michael@0 21 <tr><td>tab&#9;.</td>
michael@0 22 <tr><td>form-feed&#12;.</td>
michael@0 23 </table>
michael@0 24
michael@0 25 <table border="1" style="white-space:nowrap">
michael@0 26 <tr><td>space .</td>
michael@0 27 <tr><td>nonbreaking-space&nbsp;.</td>
michael@0 28 <tr><td>ideographic-space&#x3000;.</td>
michael@0 29 <tr><td>newline
michael@0 30 .</td>
michael@0 31 <tr><td>tab&#9;.</td>
michael@0 32 <tr><td>form-feed&#12;.</td>
michael@0 33 </table>
michael@0 34
michael@0 35 <table border="1" style="white-space:pre-wrap">
michael@0 36 <tr><td>space .</td>
michael@0 37 <tr><td>nonbreaking-space&nbsp;.</td>
michael@0 38 <tr><td>ideographic-space&#x3000;.</td>
michael@0 39 <tr><td>newline
michael@0 40 .</td>
michael@0 41 <tr><td>tab&#9;.</td>
michael@0 42 <tr><td>form-feed&#12;.</td>
michael@0 43 </table>
michael@0 44
michael@0 45 </body>
michael@0 46 </html>

mercurial