summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/loader/ping-error.html
blob: a3f00b6c1e458a2ec9e5b242f5a4d7707a42abd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=46579">bug 46579</a>:
Reproducible crash in appcache code when closing pgatour.com</p>
<script>
if (window.testRunner) {
    testRunner.dumpAsText();
    testRunner.waitUntilDone();
    testRunner.setCanOpenWindows();
}

function done()
{
    if (window.testRunner) 
        setTimeout('testRunner.notifyDone()', 0);
}

window.open("resources/ping-error-window.html");
</script>