Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <title>Bug 97777-2 Reference</title>
6 <style type="text/css">
7 table {position: absolute; border-collapse: collapse; background: #CCCCCC}
8 div.sub {border: solid blue}
9 p {border: solid red}
10 td {padding: 0px; text-align: center}
11 </style>
12 </head>
13 <body>
14 <table style="top: 16.5em"><tr><td>
15 <p style="float: left">Float</p>
16 <div class="sub" style="-moz-float-edge: margin-box">Should be shrink-wrapped [align="center", float-edge="margin-box"]</div>
17 </table>
18 <table style="top: 20.5em"><tr><td>
19 <p style="float: right">Float</p>
20 <div class="sub" style="-moz-float-edge: margin-box">Should be shrink-wrapped [align="center", float-edge="margin-box"]</div>
21 </table>
22 </body>
23 </html>