Power can corrupt. So can freeing objects twice. Adding a crashtest.

git-svn-id: svn://10.0.0.236/trunk@241707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu 2007-12-18 23:43:02 +00:00
parent ee6b3b4796
commit 357bb5e680
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,20 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
function rM(q1) { q1.parentNode.removeChild(q1); }
function init2()
{
rM(document.getElementById("t"));
}
window.addEventListener("load", init2, false);
</script>
<foo id="t" datasources="1.rdf" />
</window>

View File

@ -1 +1,2 @@
load 329335-1.xul
load 329335-1.xul
load 329884-1.xul