summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/509719-2.xul
blob: 5a64dc76ed2a5f7e950dab5757f660532e846deb (plain)
1
2
3
4
5
6
7
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<window id="win" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <box id="testnode" onDOMAttrModified="this.parentNode.removeChild(this)"/>
  <script>
document.loadOverlay(window.location.href.substr(0,window.location.href.lastIndexOf('/')+1)+'509719-2-overlay.xul', null);
  </script>
</window>