summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/386947-1.xul
blob: cf00d35f247ad08e469f2b4b3ad44e66d73bdc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
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>