| Index: chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js
|
| index c8293c8adbd3e01db6d2d747e91da2f4403ae78b..71fe96c68a38b01b954f5efe38a83ade04c3d5e3 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js
|
| @@ -22,7 +22,7 @@ chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {
|
| chrome.test.getConfig(function(config) {
|
| chrome.test.log("Creating tab...");
|
| chrome.tabs.create({
|
| - url: "http://localhost:PORT/files/extensions/test_file.html"
|
| + url: "http://localhost:PORT/extensions/test_file.html"
|
| .replace(/PORT/, config.testServer.port)
|
| });
|
| });
|
|
|