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