| <html manifest="resources/abort-cache-onchecking-resource-404.manifest"> |
| testRunner.waitUntilDone(); |
| document.getElementById("result").innerHTML += message + "\n"; |
| applicationCache.abort(); |
| function onupdateready() { |
| applicationCache.addEventListener('checking', onchecking, false); |
| applicationCache.addEventListener('noupdate', onnoupdate, false); |
| applicationCache.addEventListener('cached', oncached, false); |
| applicationCache.addEventListener('error', onerror, false); |
| applicationCache.addEventListener('updateready', onupdateready, false); |
| <div>This tests that download process was aborted after checking event and before update failed.</div> |