tenfourfox/dom/xul/crashtests/509719-2.xul

8 lines
386 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?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>