diff options
Diffstat (limited to 'docshell/test/iframesandbox/file_child_navigation_by_location.html')
-rw-r--r-- | docshell/test/iframesandbox/file_child_navigation_by_location.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docshell/test/iframesandbox/file_child_navigation_by_location.html b/docshell/test/iframesandbox/file_child_navigation_by_location.html new file mode 100644 index 0000000000..7365bed81f --- /dev/null +++ b/docshell/test/iframesandbox/file_child_navigation_by_location.html @@ -0,0 +1 @@ +<script>function onNav() { parent.parent.postMessage("childIframe", "*"); } window.onload = onNav; window.onhashchange = onNav;</script> |