layout/reftests/text/word-spacing-01.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.)

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