Files
UXP-Fixed/docshell/test/iframesandbox/file_sibling_navigation_by_location.html
T
2018-02-02 04:16:08 -05:00

16 lines
280 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test window for sibling navigation by location tests</title>
<script>
function onNav() {
parent.postMessage(window.name, "*");
}
window.onload = onNav;
window.onhashchange = onNav;
</script>
</head>
</html>