Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid-expected.txt

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: filter console messages in content_shell rather than python Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698