file_bug1091883_target.html (255B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <h3>Target I am.</h3> 5 <script> 6 var testRun = location.hash.substr(1); 7 parent.parent.postMessage(document.referrer + " " + testRun, 8 "http://mochi.test:8888"); 9 </script> 10 </head> 11 <body> 12 </body> 13 </html>