Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / uri-resolution-opera-open-004.html
blob5c7f7e0b0fc4a39154b96f7594e30665ac660b0d
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 = new frame.contentWindow.XMLHttpRequest();
13 client.open("GET", "test-uri-resolution.txt");
14 frame.contentWindow.test(client);
16 </script>
17 </head>
18 <body>
19 <p><iframe src="resources/uri-resolution-opera-open-004-iframe.html" onload="test(this)"></iframe></p>
20 </body>
21 </html>