tenfourfox/docshell/test/iframesandbox/file_other_auxiliary_navigation_by_location.html

16 lines
288 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test window for other auxiliary navigation by location tests</title>
<script>
function onNav() {
opener.postMessage(window.name, "*");
}
window.onload = onNav;
window.onhashchange = onNav;
</script>
</head>
</html>