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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/css_l10n/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/css_l10n/background.js
diff --git a/chrome/test/data/extensions/api_test/content_scripts/css_l10n/background.js b/chrome/test/data/extensions/api_test/content_scripts/css_l10n/background.js
index c123237c64c0795a50f755569335687e82f3e056..cf4a4f4400fc3b538170755b209899f850093926 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/css_l10n/background.js
+++ b/chrome/test/data/extensions/api_test/content_scripts/css_l10n/background.js
@@ -7,7 +7,7 @@ var firstEnter = true;
chrome.test.getConfig(function(config) {
chrome.test.log('Creating tab...');
- var URL = 'http://localhost:PORT/files/extensions/test_file_with_body.html';
+ var URL = 'http://localhost:PORT/extensions/test_file_with_body.html';
var TEST_FILE_URL = URL.replace(/PORT/, config.testServer.port);
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {

Powered by Google App Engine
This is Rietveld 408576698