blob: 2095595fbc7fa951a614bf7258c41afe33265b8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
|