layout/reftests/bugs/368155-negative-margins-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

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

mercurial