зеркало из https://github.com/mozilla/gecko-dev.git
8 строки
386 B
XML
8 строки
386 B
XML
<?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>
|