Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
iframe-with-beforeunload.html
blob: a9d4cf260d37ea9c0eabe3f88a1117806bd4b397 [
file
] [
log
] [
blame
]
<script>
window
.
onbeforeunload
=
function
()
{
return
"This is beforeunload from an iframe."
;
}
</script>
This is an iframe with a beforeunload handler.