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..1ecfbcabcc97e7df64c319eca5a9622b86cd837a 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,13 @@ |
"matches": ["http://*/*"], |
"js": ["content_script.js"], |
"all_frames": true |
+ }, |
+ { |
+ "run_at": "document_start", |
+ "matches": ["http://does-not-match/"], |
+ "matches_about_blank": true, |
+ "js": ["content_script2.js"], |
+ "all_frames": true |
} |
] |
} |