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