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

Unified Diff: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt

Issue 470723006: Disallow an empty host in a CSP host-source directive (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt
index 48b17c43000cd2fff3919e4008717d6b1b7515d0..103a592ae9c6b7024a3c25e9bc16d1290d535787 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt
@@ -2,9 +2,7 @@ CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/conten
CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src https:".
-CONSOLE ERROR: Refused to load the script 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js' because it violates the following Content Security Policy directive: "script-src https://".
-
-None of these scripts should execute even though there are parse errors in the policy.
+None of these scripts should execute.
@@ -22,8 +20,3 @@ PASS
Frame: '<!--framePath //<!--frame2-->-->'
--------
PASS
-
---------
-Frame: '<!--framePath //<!--frame3-->-->'
---------
-PASS

Powered by Google App Engine
This is Rietveld 408576698