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

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

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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03.html
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03.html b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03.html
index 57b8671692f3de91898a6bc05c32d296c80654d7..5ea932502ad43542370bcf4d067742a9467f2671 100644
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03.html
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03.html
@@ -7,12 +7,11 @@ var tests = [
['yes', 'script-src http:', 'resources/script.js'],
['no', 'script-src https:', 'resources/script.js'],
['no', 'script-src https: ', 'resources/script.js'],
- ['no', 'script-src https://', 'resources/script.js']
];
</script>
</head>
<body onload="test()">
<p>
- None of these scripts should execute even though there are parse errors in the policy.
+ None of these scripts should execute.
</p>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-03-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698