1 <html manifest=
"manifest-for-appcache-allowed.manifest">
5 document
.write('Cache found');
11 applicationCache
.update();
12 timer
= setTimeout(cleanup
, 5000);
14 document
.write('Cache not found');
21 top
.postMessage('done', '*');
25 timer
= setTimeout(timedOut
, 5000);
26 applicationCache
.addEventListener('noupdate', complete
, false);
27 applicationCache
.addEventListener('cached', complete
, false);
29 document
.write('Cache not found');