Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 690990-1.html
blob19520e4f907491f928156de2fcc2cb24007fd730
1 <!DOCTYPE html>
2 <html class="reftest-wait">
4 <link id="e" href="data:text/css,.ref { background-color: green; }" rel="stylesheet">
6 <script>
8 function boom()
10 document.documentElement.appendChild(document.getElementById("e"));
11 document.styleSheets[0].cssRules[0];
12 // Remove reftest-wait async so we give the SheetComplete a chance to run
13 setTimeout(function() { document.documentElement.className = ""; }, 0);
16 </script>
18 <body onload="boom();"></body>
20 </html>