Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/manifest-src-blocked.sub.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/manifest-src-blocked.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/manifest-src-blocked.sub.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..fe6d2b1c2c665d176ceee27020595839c341826d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/manifest-src-blocked.sub.html |
| @@ -0,0 +1,9 @@ |
| +<link rel="manifest" href="manifest.test/manifest.json"> |
| +<script> |
| + { |
| + testRunner.getManifestThen(function() { |
| + alert_assert("Pass"); |
| + }); |
| + } |
| + |
| +</script> |