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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: filter console messages in content_shell rather than python Created 3 years, 9 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
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. 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 2 CONSOLE ERROR: line 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. 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 4 CONSOLE ERROR: line 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. 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 6 CONSOLE ERROR: line 5:
7 Button 7 Button
8 8
9 ------- 9 -------
10 blockedEventHandler 10 blockedEventHandler
11 Paused at: blockedEventHandler@1 11 Paused at: blockedEventHandler@1
12 Reason: EventListener; Data: 12 Reason: EventListener; Data:
13 { 13 {
14 directiveText : script-src 'self' 14 directiveText : script-src 'self'
15 eventName : instrumentation:scriptBlockedByCSP 15 eventName : instrumentation:scriptBlockedByCSP
16 } 16 }
17 17
18 ------- 18 -------
19 blockedScriptInjection 19 blockedScriptInjection
20 Paused at: blockedScriptInjection@3 20 Paused at: blockedScriptInjection@3
21 Reason: EventListener; Data: 21 Reason: EventListener; Data:
22 { 22 {
23 directiveText : script-src 'self' 23 directiveText : script-src 'self'
24 eventName : instrumentation:scriptBlockedByCSP 24 eventName : instrumentation:scriptBlockedByCSP
25 } 25 }
26 26
27 ------- 27 -------
28 blockedScriptUrl 28 blockedScriptUrl
29 Paused at: blockedScriptUrl@4 29 Paused at: blockedScriptUrl@4
30 Reason: EventListener; Data: 30 Reason: EventListener; Data:
31 { 31 {
32 directiveText : script-src 'self' 32 directiveText : script-src 'self'
33 eventName : instrumentation:scriptBlockedByCSP 33 eventName : instrumentation:scriptBlockedByCSP
34 } 34 }
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698