Chromium Code Reviews| Index: chrome/test/data/extensions/iframe-child-src-none.html |
| diff --git a/chrome/test/data/extensions/iframe-child-src-none.html b/chrome/test/data/extensions/iframe-child-src-none.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..25da28cb4581d90609bb4e85d8d0a20706e13a7a |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/iframe-child-src-none.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <meta http-equiv="Content-Security-Policy" content="child-src 'none';"> |
| +</head> |
| +<body> |
| + <iframe id="test"></iframe> |
| +</body> |
| +</html> |