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:
parent
ee6b3b4796
commit
357bb5e680
20
mozilla/content/xul/templates/src/crashtests/329884-1.xul
Normal file
20
mozilla/content/xul/templates/src/crashtests/329884-1.xul
Normal 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>
|
||||
@ -1 +1,2 @@
|
||||
load 329335-1.xul
|
||||
load 329335-1.xul
|
||||
load 329884-1.xul
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user