Index: LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-script-injection-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-script-injection-expected.txt b/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-script-injection-expected.txt |
index 5f493c1ba655c3ecfbd31515c4ad578156fe0991..d844d826ac07b9e18a73d01903de70432c40a954 100644 |
--- a/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-script-injection-expected.txt |
+++ b/LayoutTests/inspector/sources/debugger-pause/debugger-pause-on-blocked-script-injection-expected.txt |
@@ -1,4 +1,4 @@ |
-CONSOLE ERROR: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-nHVu6nggsoh0Xg7erdTs8Fo23plZcLWC-mnUoDHxja4='), or a nonce ('nonce-...') is required to enable inline execution. |
+CONSOLE ERROR: Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-nHVu6nggsoh0Xg7erdTs8Fo23plZcLWC+mnUoDHxja4='), or a nonce ('nonce-...') is required to enable inline execution. |
Tests that pause on exception works for inline scripts blocked by CSP. |