mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
2d3d368350
--HG-- extra : amend_source : 6b33b51d7e8f800e1453e72bd66b53f1ebbd232c
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>
|