Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2007-12-19 15:54:16 -08:00
parent 324928fb4e
commit ddc9804bde
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
style="background-color: red" onload="boom();">
<script><![CDATA[
function boom() {
document.documentElement.style.MozBinding = "url('#t')";
}
]]></script>
</window>

View File

@ -6,3 +6,4 @@ load 336096-1.xhtml
load 354611-1.html
load 360078-1.xhtml
load 363791-1.xul
load 386947-1.xul