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