Sign in
webkit
/
WebKit
/
c2482f3ae25f413cff2e13443ac27ae81b76180f
/
.
/
LayoutTests
/
fast
/
dom
/
Window
/
resources
/
slow-unload-handler-overwritten-date1.html
blob: 52a088df975ad146cb78e7b9c4750ffe61a9fd47 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
Date
=
42
;
function
f
()
{
}
window
.
addEventListener
(
'unload'
,
f
,
false
);
</script>
</head>
<body></body>
</html>