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> |