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 | .letterspace { letter-spacing: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 | <!-- there should be 1px of letter-spacing after the tab, 1px before the 'a' and 2px after |
michael@0 | 23 | the a --> |
michael@0 | 24 | <p class="letterspace"> |
michael@0 | 25 | a |
michael@0 | 26 | </p> |
michael@0 | 27 | |
michael@0 | 28 | <div style="width:0"> |
michael@0 | 29 | <p class="letterspace"> |
michael@0 | 30 | a |
michael@0 | 31 | </p> |
michael@0 | 32 | </div> |
michael@0 | 33 | |
michael@0 | 34 | <table><tr> |
michael@0 | 35 | <td style="background-color:#808080;"><pre> |
michael@0 | 36 | test |
michael@0 | 37 | abcdefg hijklm nopqr stuv wxy z0 1 |
michael@0 | 38 | </pre></td> |
michael@0 | 39 | <td style="background-color:#c08080;">cell 2</td> |
michael@0 | 40 | </tr></table> |
michael@0 | 41 | |
michael@0 | 42 | </body> |
michael@0 | 43 | </html> |