Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/test.html |
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/test.html b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/test.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..297e47cf2d122c7434737760efc7686b247e72d7 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/test.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| +<script src="test.js"></script> |
| +<body> |
| +<iframe id="content_frame"></iframe> |
| +</body> |
| +</html> |