4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
7 testRunner
.setAllowUniversalAccessFromFileURLs(false);
8 testRunner
.setAllowFileAccessFromFileURLs(false);
10 window
.onload = function() {
11 parent
.frames
[1].location
='no-file-access-frame-2.html';
16 <p>This tests if a file URL can navigate a peer file URL frame.
17 If the test failed it will hang and the frame to the right will remain blank.
</p>