1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.dumpChildFramesAsText();
10 testRunner
.waitUntilDone();
12 var client
= frame
.contentWindow
.client();
13 client
.onreadystatechange = function()
15 if (client
.readyState
== 4)
16 frame
.contentWindow
.test(client
);
18 client
.open("GET", "test-uri-resolution.txt");
24 <p><iframe src=
"resources/uri-resolution-opera-open-008-iframe.html" onload=
"test(this)"></iframe></p>