1102791.html 552 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE HTML>
  2. <html class="reftest-print"><head>
  3. <meta charset="utf-8">
  4. <title>Testcase for bug 1102791</title>
  5. <style type="text/css">
  6. html,body {
  7. color:black; background-color:white; font-size:16px; padding:0; margin:0;
  8. }
  9. button {
  10. position: absolute;
  11. -moz-appearance: none;
  12. background: transparent;
  13. padding: 0;
  14. border-style:none;
  15. }
  16. button::before {
  17. position: absolute;
  18. content: "::before";
  19. width: 10px;
  20. height: 200em;
  21. border: 1px solid black;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <button></button>
  27. </body>
  28. </html>