Sign in
webkit
/
WebKit
/
5357a067b575eb5a07548594631025cdc8ae374e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
before-unload-in-subframe-child.html
blob: b78dee163526189e2b863805c3016537c003ff28 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body
onbeforeunload
=
"
top
.
fired
(
window
);
return
null
;
"
>
Child loaded.
<script>
if
(
top
.
loaded
)
top
.
loaded
();
</script>
</body>
</html>