bugzilla-3509-expected.html 872 B

123456789101112131415161718192021222324
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html lang="en">
  3. <body>
  4. <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=3509">Bugzilla bug 3509</a> REGRESSION(125-412) Portion of nested table is not painted correctly on cafepress site</p>
  5. <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
  6. The blue rectangle will change into a square.
  7. </p>
  8. <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  9. The blue rectangle will change into a shape that is not square.
  10. </p>
  11. <table width="100%">
  12. <tr>
  13. <td style="width: 100px;">
  14. <div id="qu" style="margin-top: 2.0__qem;"></div>
  15. <div id="im" style="height: 100px; width: 100px; background: blue;">&nbsp;</div>
  16. </td>
  17. </tr>
  18. </table>
  19. </body>
  20. </html>