helper_continue_on_close.html (216B)
1 <!DOCTYPE html> 2 <script src="/tests/SimpleTest/SimpleTest.js"></script> 3 <script> 4 SpecialPowers.wrap(document).notifyUserGestureActivation(); 5 window.close(); 6 </script> 7 8 See ya! (This window will close itself)