1178575-2-ref.html 665 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE HTML>
  2. <html><head>
  3. <meta charset="utf-8">
  4. <title>Testcase #2 for bug 1178575</title>
  5. <style type="text/css">
  6. html,body {
  7. color:black; background-color:white; font-size:16px; padding:0; margin:20px;
  8. }
  9. div {
  10. position: absolute;
  11. left: 0;
  12. right: 0;
  13. box-shadow: 0 0 0 10px rgba(0, 255, 0, 0.5);
  14. margin-top: 10px;
  15. height: 40px;
  16. }
  17. span {
  18. position: relative;
  19. display: block;
  20. overflow: hidden;
  21. height: 100px;
  22. }
  23. </style>
  24. </head>
  25. <body><span><div></div><span></body></html>