chromium/third_party/blink/web_tests/fast/loader/redirect-with-open-subframe-2.html

<html>
<script>
function test() {
    if (window.testRunner) {
        testRunner.waitUntilDone();
        testRunner.dumpAsText();
    }
    document.open();
    setTimeout("window.location='../../resources/notify-success.html'", 500);
}
</script>
<body onload="test()">
</body>
</html>