6 <script src="file:///tmp/LayoutTests/http/tests/security/resources/localScript.js"></script>
9 if (window.layoutTestController)
10 layoutTestController.dumpAsText();
12 var tag = document.getElementById("result");
14 tag.innerHTML = "Test Failed: Local script run remotely.";
16 tag.innerHTML = "Test Passed.";
20 <body onload="test()">
22 This test is to see if a remote file can run a local script.
26 Test not run correctly.