tenfourfox/layout/style/crashtests/611922-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
375 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<body onload="setTimeout(boom, 100)">
<a id="x" href=""><span>This link starts out visited</span></a>
<script>
function boom() {
document.getElementById("x").removeAttribute("href");
document.body.offsetWidth;
document.documentElement.className = "";
}
</script>
</body>
</body>