chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/uri-resolution-opera-open-009.html

<!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 = frame.contentWindow.client();
        client.send("");
    }
    </script>
    </head>
    <body>
        <p><iframe src="resources/uri-resolution-opera-open-009-iframe.html" onload="test(this)"></iframe></p>
    </body>
</html>