Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 p { float:left; white-space:pre; border:1px solid black; clear:both; }
6 .space { padding:0 2px; }
7 table { clear:both; }
8 </style>
9 </head>
10 <body>
12 <p>
13 a
14 </p>
16 <div style="width:0">
17 <p>
18 a
19 </p>
20 </div>
22 <p>
23 <span class="space">a</span>
24 </p>
26 <div style="width:0">
27 <p class="letterspace">
28 <span class="space">a</span>
29 </p>
30 </div>
32 <table><tr>
33 <td style="background-color:#808080;"><pre>
34 test
35 abcdefg hijklm nopqr stuv wxy z0 1
36 </pre></td>
37 <td style="background-color:#c08080;">cell 2</td>
38 </tr></table>
40 </body>
41 </html>