Sign in
webkit
/
WebKit
/
4ae349a8f8cbe5c18f6b8f2f24277ba5b8cf7e08
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
decide-navigation-policy-after-delay-frame.html
blob: 2ab7c90011293931e24b20d035407b58f4f2fe5a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
manifest
=
"empty.manifest"
>
<script>
applicationCache
.
onnoupdate
=
function
()
{
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
}
applicationCache
.
oncached
=
function
()
{
parent
.
postMessage
(
"cached"
,
"*"
);
}
</script>
</html>