summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/plugins/interrupted-get-url.html
blob: 7f53a80a9ee5d52be99f391da31d7dfd699c816d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<body>
FAILURE
<embed name="plg" type="application/x-webkit-test-netscape"></embed>
<script>
    if (window.testRunner) {
        testRunner.dumpAsText();
        testRunner.waitUntilDone();
    }

    plg.getURL("resources/slow-resource.pl");
    
    setTimeout(function() { window.location = "resources/interrupted-get-url-success.html";  }, 200);

</script>
</body>
</html>