# HG changeset patch # User RĂ©mi Cardona # Date 1431535169 -7200 # Node ID 4be5dd6ac4e22fccf3261fc01cc5ac4fdd33c87f # Parent 5b0bacc7778c4fd8f0aa89eaba2f8c1c96ed391c [devtools] qunit: remove useless window.close() Modern browsers don't allow it anymore. Related to #5533333. diff -r 5b0bacc7778c -r 4be5dd6ac4e2 devtools/qunit.py --- a/devtools/qunit.py Wed May 13 18:38:04 2015 +0200 +++ b/devtools/qunit.py Wed May 13 18:39:29 2015 +0200 @@ -269,7 +269,6 @@ "failures": failures, "total":total}, async: false}); - window.close(); } QUnit.log = function (result, message) {