Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / box-shadow / 1178575.html
blob8b54c1c7e767c79cbe019edf59f68a51747b154e
1 <!DOCTYPE HTML>
2 <html class="reftest-wait"><head>
3 <meta charset="utf-8">
4 <title>Testcase for bug 1178575</title>
5 <style type="text/css">
7 html,body {
8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
11 div {
12 position: absolute;
13 left: 0;
14 right: 0;
15 box-shadow: 0 0 0 10px rgba(0, 255, 0, 0.5);
16 margin-top: 10px;
19 </style>
20 <script>
21 function tweak() {
22 document.querySelector('div').style.height = "3em";
23 document.documentElement.removeAttribute("class");
25 window.addEventListener("MozReftestInvalidate", tweak);
26 </script>
27 </head>
28 <body><div></div></body></html>