trisquel-icecat/icecat/docshell/test/mochitest/file_load_during_reload.html

12 lines
200 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<script>
function notifyOpener() {
opener.postMessage("loaded", "*");
}
</script>
</head>
<body onload="notifyOpener()">
</body>
</html>