Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@241776 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3802a35966
commit
3ff27da083
27
mozilla/content/xul/content/crashtests/326875-1.xul
Normal file
27
mozilla/content/xul/content/crashtests/326875-1.xul
Normal file
@ -0,0 +1,27 @@
|
||||
<?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 init() {
|
||||
|
||||
var m = document.getElementById("m");
|
||||
m.parentNode.removeChild(m);
|
||||
m.controllers;
|
||||
};
|
||||
|
||||
|
||||
window.addEventListener("load", init, false);
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<hbox id="m" />
|
||||
|
||||
</window>
|
||||
@ -1,4 +1,5 @@
|
||||
load 326864-1.xul
|
||||
load 326875-1.xul
|
||||
load 336096-1.xhtml
|
||||
load 360078-1.xhtml
|
||||
load 363791-1.xul
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user