610935.html 279 B

123456789101112
  1. <!doctype html>
  2. <title>Test for bug 610935</title>
  3. <style>
  4. div { width:300px; background:yellow; height:50px; }
  5. td { background:blue; }
  6. </style>
  7. <div>
  8. <table width="150%" cellspacing="0" cellpadding="0" border="0">
  9. <tr><td>parent div float=left</td></tr>
  10. </table>
  11. </div>