| Index: chrome/test/data/extensions/api_test/content_scripts/all_frames/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/all_frames/test.js b/chrome/test/data/extensions/api_test/content_scripts/all_frames/test.js
|
| index 98c4edee7914fe5da7b792af199f6f3f33dd53e5..9197d7c083185772e5cb7cd503103edb502319df 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/all_frames/test.js
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/all_frames/test.js
|
| @@ -34,7 +34,7 @@ chrome.test.getConfig(function(config) {
|
| chrome.test.log("Creating tab...");
|
|
|
| var test_url =
|
| - "http://localhost:PORT/files/extensions/test_file_with_iframe.html"
|
| + "http://localhost:PORT/extensions/test_file_with_iframe.html"
|
| .replace(/PORT/, config.testServer.port);
|
|
|
| chrome.tabs.create({ url: test_url });
|
|
|