summaryrefslogtreecommitdiffstats
path: root/dom/xul/test/window_bug583948.xhtml
blob: d0f6a26926ea3b83e7ce1a225f0bc37b200167f9 (plain)
1
2
3
4
5
6
7
8
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="opener.update()">

<command oncommandupdate="document.removeChild(document.documentElement)" commandupdater="true"/>
<box command="c"/>
<iframe/>

</window>