blob: 27683083856e8bdd64ea52938d1db005bd30b9c1 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<script>
function test(frame)
{
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.waitUntilDone();
}
var client = new frame.contentWindow.XMLHttpRequest();
client.open("GET", "test-uri-resolution.txt");
frame.contentWindow.test(client);
}
</script>
</head>
<body>
<p><iframe src="resources/uri-resolution-opera-open-004-iframe.html" onload="test(this)"></iframe></p>
</body>
</html>