Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-event-handler-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-event-handler-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-event-handler-expected.txt |
deleted file mode 100644 |
index dcea0fdeb488d0283c5542207eb11a026ace7372..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-event-handler-expected.txt |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-CONSOLE ERROR: line 4: Refused to execute inline event handler 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. |
- |
-Tests that pause on exception works for inline event handlers blocked by CSP. |
- |
-Button |
-Script execution paused. |
-Call stack: |
- 0) testAction (pause-on-blocked-event-handler.js:4) |
-Paused on a script blocked due to Content Security Policy directive: "script-src 'self'". |
-Script execution resumed. |
- |