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 <title>Minimum intrinsic widths combined with negative margins</title>
5 <style type="text/css">
7 td { height: 2.5em; }
9 </style>
10 </head>
11 <body>
13 <table border width="1"><tr><td>
14 </td></tr></table>
15 <table border width="1"><tr><td>
16 </td></tr></table>
17 <table border width="1"><tr><td>
18 </td></tr></table>
20 <table border width="1"><tr><td>
21 </td></tr></table>
22 <table border width="1"><tr><td>
23 </td></tr></table>
24 <table border width="1"><tr><td>
25 </td></tr></table>
27 <table border width="1"><tr><td>
28 <div style="width: 2em"></div>
29 </td></tr></table>
31 <table border width="1"><tr><td>
32 <div style="width: 3em"></div>
33 </td></tr></table>
35 <table border width="1"><tr><td>
36 <div style="width: 3em"></div>
37 </td></tr></table>
39 <table border width="1"><tr><td>
40 <div style="width: 0.5em"></div>
41 </td></tr></table>
43 </body>
44 </html>