Sign in
webkit
/
WebKit
/
9728d0f2fc8addc908395302590e7139f7521a69
/
.
/
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.