Files
UXP-Fixed/docshell/base/crashtests/436900-2-inner.html
T
2018-02-02 04:16:08 -05:00

22 lines
298 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0">
<script language="javascript" id="foo+++">
location.hash += "+++";
function done()
{
parent.document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(done, 10)">
</body>
</html>