Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-empty-subframe.sub.html |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-empty-subframe.sub.html b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-empty-subframe.sub.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5ddccfaa30b844e0b2e798078f33754ccc8fe278 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/blink-contrib/sandbox-empty-subframe.sub.html |
| @@ -0,0 +1,3 @@ |
| + |
| +This test passes if it doesn't alert fail. |
| +<iframe src="data:text/html,<script>alert_assert('FAIL');</script>"></iframe> |