Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / source-list-parsing-07.html
index 23a53ad..076d4b2 100644 (file)
@@ -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'],