diff options
Diffstat (limited to 'testing/web-platform/tests/content-security-policy/blink-contrib/sandbox-empty.sub.html')
-rw-r--r-- | testing/web-platform/tests/content-security-policy/blink-contrib/sandbox-empty.sub.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/content-security-policy/blink-contrib/sandbox-empty.sub.html b/testing/web-platform/tests/content-security-policy/blink-contrib/sandbox-empty.sub.html new file mode 100644 index 000000000..4e04e9875 --- /dev/null +++ b/testing/web-platform/tests/content-security-policy/blink-contrib/sandbox-empty.sub.html @@ -0,0 +1,6 @@ + +This test passes if it doesn't alert fail. +<script> + alert_assert('FAIL'); + +</script> |