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