gecko/browser/base/content/test/tabview/test_bug599626.html

11 lines
160 B
HTML
Raw Normal View History

<html>
<script>
window.onbeforeunload = function(event){
event.returnValue = 'Confirmation? ';
}
</script>
<body>
Test page
</body>
</html>