1178575-ref.html 511 B

1234567891011121314151617181920212223
  1. <!DOCTYPE HTML>
  2. <html><head>
  3. <meta charset="utf-8">
  4. <title>Testcase for bug 1178575</title>
  5. <style type="text/css">
  6. html,body {
  7. color:black; background-color:white; font-size:16px; padding:0; margin:0;
  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: 3em;
  16. }
  17. </style>
  18. </head>
  19. <body><div></div></body></html>