| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/wildcardHostTestFailure.js
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/wildcardHostTestFailure.js b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/wildcardHostTestFailure.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..75ec8cf80e0e56b31616c228855419260bca66c0
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/generic/wildcardHostTestFailure.js
|
| @@ -0,0 +1,8 @@
|
| +wildcardHostTestRan = false;
|
| +
|
| +onload = function() {
|
| + test(function() {
|
| + assert_false(wildcardHostTestRan, 'Script should not have ran.')},
|
| + "Wildcard host matching works."
|
| + );
|
| +}
|
|
|