Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-01-06 16:11:53 -08:00
parent a93750cea6
commit 522d0fa6f1
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="boom()">
<script>
<![CDATA[
function boom()
{
var de = document.documentElement;
de.style.MozBinding = "url('data:text/xml,<bindings xmlns=%22http://www.mozilla.org/xbl%22><binding id=%22foo%22><content></content></binding></bindings>')";
document.removeChild(de);
document.appendChild(de);
}
]]>
</script>
</window>

View File

@ -54,6 +54,7 @@ load 385265-1.xhtml
load 385295-1.xhtml
load 385414-1.html
load 385414-2.html
load 385885-1.xul
load 386799-1.html
load 386807-1.html
load 386812-1.html