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

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

Issue 2968523003: [DevTools] Migrate inspector-protocol/debugger tests to new harness (Closed)
Patch Set: all tests Created 3 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
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 1
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 2
9 ------- 3 -------
10 blockedEventHandler 4 blockedEventHandler
11 Paused at: blockedEventHandler@1 5 Paused at: blockedEventHandler@1
12 Reason: EventListener; Data: 6 Reason: EventListener; Data:
13 { 7 {
14 directiveText : script-src 'self' 8 directiveText : script-src 'self'
15 eventName : instrumentation:scriptBlockedByCSP 9 eventName : instrumentation:scriptBlockedByCSP
16 } 10 }
17 11
18 ------- 12 -------
19 blockedScriptInjection 13 blockedScriptInjection
20 Paused at: blockedScriptInjection@3 14 Paused at: blockedScriptInjection@3
21 Reason: EventListener; Data: 15 Reason: EventListener; Data:
22 { 16 {
23 directiveText : script-src 'self' 17 directiveText : script-src 'self'
24 eventName : instrumentation:scriptBlockedByCSP 18 eventName : instrumentation:scriptBlockedByCSP
25 } 19 }
26 20
27 ------- 21 -------
28 blockedScriptUrl 22 blockedScriptUrl
29 Paused at: blockedScriptUrl@4 23 Paused at: blockedScriptUrl@4
30 Reason: EventListener; Data: 24 Reason: EventListener; Data:
31 { 25 {
32 directiveText : script-src 'self' 26 directiveText : script-src 'self'
33 eventName : instrumentation:scriptBlockedByCSP 27 eventName : instrumentation:scriptBlockedByCSP
34 } 28 }
35 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698