summaryrefslogtreecommitdiffstats
path: root/docshell/test/iframesandbox/file_child_navigation_by_location.html
blob: 7365bed81f895f2215c9840cecbec07db16bb4d1 (plain)
1
<script>function onNav() { parent.parent.postMessage("childIframe", "*"); } window.onload = onNav; window.onhashchange = onNav;</script>