| Index: chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
|
| index e90f95cd109946f75c559c2c9c5a6ad8351e434c..0ee15f10f267dbf3f391e4fe66b685cdc0d1bbf4 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
|
| @@ -10,10 +10,12 @@
|
| "content_scripts": [
|
| {
|
| "matches": ["http://*/*"],
|
| + "run_at": "document_end",
|
| "js": ["a.js"]
|
| },
|
| {
|
| "matches": ["http://*/*"],
|
| + "run_at": "document_end",
|
| "js": ["b.js"]
|
| }
|
| ]
|
|
|