layout/reftests/bugs/428521-1c.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 <html>
michael@0 2 <head>
michael@0 3 <style>
michael@0 4 body { margin: 0; }
michael@0 5 div.a, div.b { display: inline-block; }
michael@0 6 div.a { width: 200px; background: blue; }
michael@0 7 div.b { width: 200px; background: green; }
michael@0 8 td.c { width: 100%; background: orange; }
michael@0 9 div.d { width: 100px; background: purple; }
michael@0 10 </style>
michael@0 11 </head>
michael@0 12 <body>
michael@0 13 The blue and green divs should be on the same line.
michael@0 14 <table cellspacing=0 cellpadding=0>
michael@0 15 <tr><td>
michael@0 16 <table cellspacing=0 cellpadding=0>
michael@0 17 <tr>
michael@0 18 <td colspan="2"><div class="a">a</div><div class="b">b</div></td>
michael@0 19 </tr>
michael@0 20 <tr>
michael@0 21 <td class="c">c</td>
michael@0 22 <td><div class="d">d</div></td>
michael@0 23 </tr>
michael@0 24 </table>
michael@0 25 </td></tr>
michael@0 26 </table>
michael@0 27 </body>
michael@0 28 </html>

mercurial