2 opener
.accessFrame = function()
4 function normalizeURL(url
)
6 return url
.substring(url
.lastIndexOf("LayoutTests"));
10 opener
.log("document.URL: " + normalizeURL(document
.URL
));
11 opener
.log("window.document.URL: " + normalizeURL(window
.document
.URL
));
12 opener
.log("name: " + name
);
13 opener
.log("window.name: " + window
.name
);
15 opener
.log("An exception was thrown: " + e
.message
);
19 window
.location
= "notify-opener-done.html";