float-clear-000-print.ref.html 395 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html class="reftest-print">
  3. <style type="text/css">
  4. html, body {
  5. margin: 0;
  6. padding: 0;
  7. height: 100%;
  8. }
  9. .container {
  10. border: 15px aqua;
  11. border-style: none solid;
  12. height: 5in;
  13. }
  14. .clear {
  15. border-bottom: solid orange;
  16. background: red;
  17. }
  18. </style>
  19. <div class="container">
  20. </div>
  21. <div class="clear">
  22. </div>