Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10253)

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/isolated_world1/background.js

Issue 16268017: GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
});
});

Powered by Google App Engine
This is Rietveld 408576698