зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
465 B
XML
15 строки
465 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
<window title="Mozilla Bug 608669 - Blank page"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="notifyOpener();">
|
|
<description flex="1" value="This window is intentionally left blank"/>
|
|
<script type="application/javascript">
|
|
function notifyOpener() {
|
|
if (opener) {
|
|
opener.postMessage("load", "*");
|
|
}
|
|
}
|
|
</script>
|
|
</window>
|