Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
content
/
test
/
data
/
render_frame_host
/
beforeunload.html
blob: 656d433b6c757aaed83112e4694ad22b4e8a8b56 [
file
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
<script>
window
.
onbeforeunload
=
function
(
e
){
return
'foo'
;
}
</script>
</html>