| Index: LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
|
| diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07.html b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
|
| index 23a53ad1b0db976353adae3e3fd674414fec2d67..076d4b2157a5ee20764670c4f44c1024f7d7adf2 100644
|
| --- a/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
|
| +++ b/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-07.html
|
| @@ -5,6 +5,7 @@
|
| <script>
|
| var tests = [
|
| ['no', 'script-src http:/', 'resources/script.js'],
|
| + ['no', 'script-src http://', 'resources/script.js'],
|
| ['no', 'script-src http:/127.0.0.1', 'resources/script.js'],
|
| ['no', 'script-src http:///127.0.0.1', 'resources/script.js'],
|
| ['no', 'script-src http://127.0.0.1:/', 'resources/script.js'],
|
|
|