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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/domdebugger-script-blocked-by-csp-expected.txt

Issue 2112593003: [DevTools] Remove [V8] from InspectorInstrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrated to inspector-protocol test Created 4 years, 5 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 2: Refused to execute inline event handler because it violat es the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
2
3 CONSOLE ERROR: line 4: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'un safe-inline' keyword, a hash ('sha256-bhHHL3z2vDgxUt0W3dWQOrprscmda2Y5pLsLg4GF+p I='), or a nonce ('nonce-...') is required to enable inline execution.
4
5 CONSOLE ERROR: line 5: Refused to execute JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'u nsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is requir ed to enable inline execution.
6
7 Button
8
9 -------
10 blockedEventHandler
11 Paused at: blockedEventHandler@1
12 Reason: EventListener; Data:
13 {
14 directiveText : script-src 'self'
15 eventName : instrumentation:scriptBlockedByCSP
16 }
17
18 -------
19 blockedScriptInjection
20 Paused at: blockedScriptInjection@3
21 Reason: EventListener; Data:
22 {
23 directiveText : script-src 'self'
24 eventName : instrumentation:scriptBlockedByCSP
25 }
26
27 -------
28 blockedScriptUrl
29 Paused at: blockedScriptUrl@4
30 Reason: EventListener; Data:
31 {
32 directiveText : script-src 'self'
33 eventName : instrumentation:scriptBlockedByCSP
34 }
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698