mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
14 lines
255 B
HTML
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>
|