Sign in
webkit
/
WebKit
/
eb01a7e76a5b8904fa6eb36e240d0af2b1bec526
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
deferred-events-delete-while-raising-timer-2.html
blob: a1039131ea527a4b30b59a214deedef4ac73022f [
file
] [
log
] [
blame
]
<html
manifest
=
"THIS_FILE_DOES_NOT_EXIST.manifest"
>
<script
src
=
"THIS_FILE_DOES_NOT_EXIST.js"
></script>
<script>
window
.
applicationCache
.
onchecking
=
function
()
{
parent
.
killChildFrame
();
}
</script>
</html>