Sign in
webkit
/
WebKit
/
5ee570116ebc5b096e25f86f42b1e2de4d0d19b2
/
.
/
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.