| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-10.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-10.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-10.html
|
| index 9cc5b4290b7f31c8f27abfa8869270227e987533..19370ec1fe0d2793e552010f92b7241fad7dcaf7 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-10.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/source-list-parsing-10.html
|
| @@ -5,7 +5,7 @@
|
| <script>
|
| var tests = [
|
| ['yes', 'script-src 127.0.0.1:8000', 'resources/script.js'],
|
| - ['no', 'script-src 127.0.0.1:8443', 'https://127.0.0.1:8443/security/contentSecurityPolicy/resources/script.js'],
|
| + ['no', 'script-src https://127.0.0.1:8443', 'https://127.0.0.1:8443/security/contentSecurityPolicy/resources/script.js'],
|
| ];
|
| </script>
|
| </head>
|
|
|