Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt |
index 3ac3880c58831b54d127536dd51fedd2673b7bf2..eed41d103c9f7a6d089ecc9cc63971a96c7d5247 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt |
@@ -1,37 +1,37 @@ |
CONSOLE ERROR: 'plugin-types' Content Security Policy directive is empty; all plugins will be blocked. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types '. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: 'plugin-types' Content Security Policy directive is empty; all plugins will be blocked. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types '. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: ''none''. Did you mean to set the object-src directive to 'none'? |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types 'none''. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: 'text'. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types text'. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: 'text/'. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types text/'. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: '/text'. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types /text'. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: 'text//plain'. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types text//plain'. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: 'text/plainapplication/nospace'. |
- |
+CONSOLE ERROR: |
CONSOLE ERROR: line 16: Refused to load 'data:application/x-blink-test-plugin,' (MIME type 'application/x-blink-test-plugin') because it violates the following Content Security Policy Directive: 'plugin-types text/plainapplication/nospace'. |
- |
+CONSOLE ERROR: line 16: |
CONSOLE ERROR: Invalid plugin type in 'plugin-types' Content Security Policy directive: 'text'. |
- |
+CONSOLE ERROR: |
CONSOLE MESSAGE: Blink Test Plugin: initializing |
This tests our handling of invalid `plugin-types` CSP directives. Consider this test passing if each of the following frames contains either "PASS" or no text at all. |