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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
2 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
3 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
4 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
5 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
6 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
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. 7 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 8
9 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
10 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
11 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
12 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
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. 13 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 14
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. 15 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
16 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
17 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
18 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
19 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
20 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
21 CONSOLE ERROR: line 1: CONSOLE ERROR: line 5: Refused to execute JavaScript URL because it violates 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.
6 22
23 Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
24 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
25 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
26 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
27 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
28 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
29 CONSOLE ERROR: line 1: Uncaught TypeError: DevToolsAPI.embedderMessageAck is not a function
7 Button 30 Button
8 31
9 ------- 32 -------
10 blockedEventHandler 33 blockedEventHandler
11 Paused at: blockedEventHandler@1 34 Paused at: blockedEventHandler@1
12 Reason: EventListener; Data: 35 Reason: EventListener; Data:
13 { 36 {
14 directiveText : script-src 'self' 37 directiveText : script-src 'self'
15 eventName : instrumentation:scriptBlockedByCSP 38 eventName : instrumentation:scriptBlockedByCSP
16 } 39 }
17 40
18 ------- 41 -------
19 blockedScriptInjection 42 blockedScriptInjection
20 Paused at: blockedScriptInjection@3 43 Paused at: blockedScriptInjection@3
21 Reason: EventListener; Data: 44 Reason: EventListener; Data:
22 { 45 {
23 directiveText : script-src 'self' 46 directiveText : script-src 'self'
24 eventName : instrumentation:scriptBlockedByCSP 47 eventName : instrumentation:scriptBlockedByCSP
25 } 48 }
26 49
27 ------- 50 -------
28 blockedScriptUrl 51 blockedScriptUrl
29 Paused at: blockedScriptUrl@4 52 Paused at: blockedScriptUrl@4
30 Reason: EventListener; Data: 53 Reason: EventListener; Data:
31 { 54 {
32 directiveText : script-src 'self' 55 directiveText : script-src 'self'
33 eventName : instrumentation:scriptBlockedByCSP 56 eventName : instrumentation:scriptBlockedByCSP
34 } 57 }
35 58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698