test_script_sameorigin.html (468B)
1 <!DOCTYPE HTML> 2 <!-- Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ --> 4 <html> 5 <head> 6 <meta charset="utf-8"> 7 <title>Same-origin script tests for Bug 992096</title> 8 </head> 9 <body> 10 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=992096">Mozilla Bug 992096</a> 11 <div> 12 <iframe src="iframe_script_sameorigin.html" height="100%" width="90%" frameborder="0"></iframe> 13 </div> 14 </body> 15 </html>