helper_continue_on_reject.html (277B)
1 <!DOCTYPE html> 2 <script src="/tests/SimpleTest/SimpleTest.js"></script> 3 <script> 4 SpecialPowers.wrap(document).notifyUserGestureActivation(); 5 // eslint-disable-next-line no-undef 6 let foo = IdentityProvider.close(); 7 </script> 8 9 See ya! (This window will close itself)