Files
tubestation/docshell/test/navigation/file_bug1364364-2.html
Samael Wang 4b7e285375 Bug 1364364 - Part 4: Add test case. r=smaug
MozReview-Commit-ID: BozQDPdx0MI
2017-08-30 17:00:12 +08:00

15 lines
299 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
</head>
<body onload="notifyOpener();">
<script type="application/javascript">
function notifyOpener() {
opener.postMessage("navigation-done", "*");
}
</script>
</body>
</html>