summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/536720.xhtml
blob: 811cd8a9f8a22d9455c3af1ef59c4023ddf4756f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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 type="text/javascript">
<![CDATA[

function boom()
{
  var menupopup = document.getElementById("menupopup");
  menupopup.remove();
}
window.addEventListener("load", boom, false);

]]>
</script>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><menulist><menupopup id="menupopup"/>
T
</menulist></window>

</window>