Index: LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt |
diff --git a/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fe53180766545bca97f7444051c4e6a18ac84504 |
--- /dev/null |
+++ b/LayoutTests/http/tests/inspector/network/network-blocked-reason-expected.txt |
@@ -0,0 +1,18 @@ |
+CONSOLE ERROR: Refused to load the script 'https://www.example.com/csp.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline'". |
+ |
+Tests that blocked reason is recognized correctly. |
+ |
+ |
+Running: testCSP |
+ |
+Request: csp.js |
+BlockedReason: csp |
+ |
+Running: testDevTools |
+ |
+Request: silent_script.js |
+BlockedReason: inspector |
+ |
+Request: silent_script.js |
+BlockedReason: undefined |
+ |