Bug 1096396 - CSP: Fix test_connect-src by adding return after SimpleTest.finish() (r=dveditz)

This commit is contained in:
Christoph Kerschbaumer 2014-11-10 08:51:39 -08:00
parent b800e978ce
commit b76a6fe7b4

View File

@ -91,6 +91,7 @@ function loadNextTest() {
if (counter == tests.length) {
window.ConnectSrcExaminer.remove();
SimpleTest.finish();
return;
}
var src = "file_csp_testserver.sjs";