Mypal/dom/base/test/file_bug1091883_target.html
2019-03-11 13:26:37 +03:00

14 lines
255 B
HTML

<!DOCTYPE html>
<html>
<head>
<h3>Target I am.</h3>
<script>
var testRun = location.hash.substr(1);
parent.parent.postMessage(document.referrer + " " + testRun,
"http://mochi.test:8888");
</script>
</head>
<body>
</body>
</html>