1 <html manifest=
"THIS_FILE_DOES_NOT_EXIST.manifest">
2 <script src=
"THIS_FILE_DOES_NOT_EXIST.js"></script>
4 window
.applicationCache
.onchecking = function() {
5 parent
.postMessage("hello", "*");
6 parent
.killChildFrame();
9 function killChildFrame() {
10 document
.body
.removeChild(document
.getElementsByTagName("iframe")[0]);
13 <iframe src=
"deferred-events-delete-while-raising-timer-2.html"></iframe>