Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-allow-scripts.sub.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-allow-scripts.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-allow-scripts.sub.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3bdaa12ea9704ff43deeb652656f44d1231a8aa3 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-allow-scripts.sub.html |
| @@ -0,0 +1,6 @@ |
| + |
| +This test passes if it does alert pass. |
| +<script> |
| + alert_assert('PASS'); |
| + |
| +</script> |