| Index: chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| index 102eb4579ab21606bd8c9843eb8d99b17bf6a735..8f74480a11bf5bf6331b94f75c873cebf503aef6 100644
|
| --- a/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| @@ -10,6 +10,7 @@
|
| "content_scripts": [
|
| {
|
| "matches": ["http://*/*test_file_with_body.html"],
|
| + "run_at": "document_end",
|
| "js": ["content_script.js"]
|
| }
|
| ]
|
|
|