Sign in
◑
Theme
chromium
/
chromium
/
src.git
/
cacd985b2d2a5eb8a94deab5368d2f7d2c4bac52
/
.
/
chrome
/
test
/
data
/
unload.html
blob: abd964ea9b80393e48029719f50af321fc17bb8c [
file
]
<html>
<head>
<title>
Loading...
</title>
<script>
window
.
onunload
=
function
(
e
)
{
return
'foo'
;
};
</script>
</head>
<body>
<p>
Navigate to another page to trigger unload handler.
</p>
</body>
</html>