blob: 02004d0e36470a48b09c0d01d88897a4e958fc68 [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.dumpChildFramesAsText();
testRunner.waitUntilDone();
}
var client = new frame.contentWindow.XMLHttpRequest();
frame.contentWindow.test(client);
}
function send(client)
{
client.send("");
}
</script>
</head>
<body>
<p><iframe src="resources/uri-resolution-opera-open-007-iframe.html" onload="test(this)"></iframe></p>
</body>
</html>