helper_self_closer.html (312B)
1 <!DOCTYPE html> 2 <script src="/tests/SimpleTest/SimpleTest.js"></script> 3 <script src="apz_test_utils.js"></script> 4 <script src="/tests/SimpleTest/paint_listener.js"></script> 5 <script> 6 waitUntilApzStable().then(() => { 7 dump("Bye!\n"); 8 window.close(); 9 }); 10 </script> 11 12 See ya! (This window will close itself)