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

Unified Diff: chrome/test/data/extensions/api_test/incognito/split/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/incognito/split/background.js
diff --git a/chrome/test/data/extensions/api_test/incognito/split/background.js b/chrome/test/data/extensions/api_test/incognito/split/background.js
index 40fabbd857fb32458e5b81cb24b4b90c820787cb..8492c1e80e27e51f1225c44e079d085eae59afac 100644
--- a/chrome/test/data/extensions/api_test/incognito/split/background.js
+++ b/chrome/test/data/extensions/api_test/incognito/split/background.js
@@ -88,7 +88,7 @@ chrome.test.getConfig(function(config) {
// Tests content script injection to verify that the script can tell its
// in incongnito.
function contentScriptTestIncognito() {
- var testUrl = "http://localhost:PORT/files/extensions/test_file.html"
+ var testUrl = "http://localhost:PORT/extensions/test_file.html"
.replace(/PORT/, config.testServer.port);
// Test that chrome.extension.inIncognitoContext is true for incognito

Powered by Google App Engine
This is Rietveld 408576698