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