summaryrefslogtreecommitdiffstats
path: root/layout/xul/crashtests/346281-1.xul
blob: 4ef6701558c7c4e5683881ecc7342709b3e63001 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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">
<body xmlns="http://www.w3.org/1999/xhtml">

<script>
<![CDATA[
var boxy = document.getBoxObjectFor(document.getElementsByTagName("body")[0]);
boxy.setPropertyAsSupports("zoink", undefined);
try {
  boxy.removeProperty(undefined);
} catch(e) { }
]]>
</script>

</body>
</window>