phantomjs/test/ghostdriver-test/fixtures/common/pageWithOnUnload.html

7 lines
121 B
HTML

<!DOCTYPE html>
<html>
<body onbeforeunload="alert('onunload')">
<p>Page with onunload event handler</p>
</body>
</html>