mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1096396 - CSP: Fix test_connect-src by adding return after SimpleTest.finish() (r=dveditz)
This commit is contained in:
parent
b800e978ce
commit
b76a6fe7b4
@ -91,6 +91,7 @@ function loadNextTest() {
|
||||
if (counter == tests.length) {
|
||||
window.ConnectSrcExaminer.remove();
|
||||
SimpleTest.finish();
|
||||
return;
|
||||
}
|
||||
|
||||
var src = "file_csp_testserver.sjs";
|
||||
|
Loading…
Reference in New Issue
Block a user