Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
LayoutTests
/
fast
/
loader
/
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.