tenfourfox/docshell/base/crashtests/436900-2-inner.html

22 lines
298 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>