Index: chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json |
index f8e0312505d3ed99dad299cb79e725509a4a271c..1e788893a646c46124a2131e4b119df3ff226c0d 100644 |
--- a/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json |
+++ b/chrome/test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json |
@@ -12,6 +12,12 @@ |
"matches": ["http://*/*"], |
"js": ["content_script.js"], |
"all_frames": true |
+ }, |
+ { |
+ "run_at": "document_start", |
+ "matches": ["http://does-not-match/", "about:blank"], |
+ "js": ["content_script2.js"], |
+ "all_frames": true |
} |
] |
} |