overhanging-float-detach-repaint-expected.html 565 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <style>
  5. .floatWithHeight {
  6. float: left;
  7. height: 400px;
  8. }
  9. </style>
  10. </head>
  11. <body>
  12. <div>
  13. <div style="opacity: 0;">
  14. <a href="https://bugs.webkit.org/show_bug.cgi?id=105861">Bug 105861</a>: REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org<br>
  15. This test checks that overhanging floats are properly repainted when a renderer is detached.<br>
  16. This test has PASSED if there is no RED below.
  17. </div>
  18. <div class="floatWithHeight"></div>
  19. </div>
  20. </body>
  21. </html>