Sign in
webkit
/
WebKit
/
9c8be771a698cc743f1dc94e95a2f7a35fcb0bb1
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
pageWithOnUnload.html
blob: 6070341e2f264a29c39e4dd8abafa5ed3835298d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body
onbeforeunload
=
"
alert
(
'onunload'
)
"
>
<p>
Page with onunload event handler
</p>
</body>
</html>