Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js

Issue 1552593002: Disable watchdog in debugger-pause-on-blocked-event-handler.html test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js
index dbf31dfca919633b6a412e67c21220d8f647d1a0..fb31d5fa4834181d5575436bf49b544935fe8995 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/pause-on-blocked-by-csp.js
@@ -16,4 +16,4 @@ function test()
}
}
-window.addEventListener("load", runTest);
+window.addEventListener("load", runTest.bind(null, false));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698