Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / uri-resolution-opera-open-009.html
blobeba8ef1563e9a9ec20e7920a2be73368ddcca90a
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="en">
3 <head>
4 <script>
5 function test(frame)
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.dumpChildFramesAsText();
10 testRunner.waitUntilDone();
12 var client = frame.contentWindow.client();
13 client.send("");
15 </script>
16 </head>
17 <body>
18 <p><iframe src="resources/uri-resolution-opera-open-009-iframe.html" onload="test(this)"></iframe></p>
19 </body>
20 </html>