summaryrefslogtreecommitdiffstats
path: root/docshell/base/crashtests/369126-1.html
blob: e9dacec3014d7ebd620b41cc0043d254be82d8f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html class="reftest-wait">
<head>
<script>
function boom()
{
  document.getElementById("frameset").removeChild(document.getElementById("frame"));
  document.documentElement.removeAttribute("class");
}
</script>
</head>

<frameset id="frameset" onload="setTimeout(boom, 100)">
  <frame id="frame" src="data:text/html,<body onUnload=&quot;location = 'http://www.mozilla.org/'&quot;>This frame's onunload tries to load another page.">
</frameset>

</html>