Index: LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-url-blocked-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-url-blocked-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-url-blocked-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ee2140a9927023bd6c66e6f42a2ab180f7064708 |
--- /dev/null |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/object-src-param-url-blocked-expected.txt |
@@ -0,0 +1,4 @@ |
+CONSOLE ERROR: Refused to load plugin data from 'http://127.0.0.1:8080/plugins/resources/mock-plugin.pl?url' because it violates the following Content Security Policy directive: "object-src http://localhost:8080". |
+ |
+CONSOLE MESSAGE: line 16: PASS: Error occurred, so load was correctly blocked. |
+This test passes if there is a console message saying the plugin was blocked. |