jruderman%hmc.edu ee4339d4c2 Add crashtest.
git-svn-id: svn://10.0.0.236/trunk@241330 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-15 05:36:59 +00:00

17 lines
470 B
HTML

<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>