Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 611922-1.html
blobf6affa0de1260b65b6b1df738190e9c556e9a478
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body onload="setTimeout(boom, 100)">
4 <a id="x" href=""><span>This link starts out visited</span></a>
5 <script>
6 function boom() {
7 document.getElementById("x").removeAttribute("href");
8 document.body.offsetWidth;
9 document.documentElement.className = "";
11 </script>
12 </body>
13 </body>