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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_serverRedirectSingleProcess.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/webnavigation/test_serverRedirectSingleProcess.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_serverRedirectSingleProcess.js b/chrome/test/data/extensions/api_test/webnavigation/test_serverRedirectSingleProcess.js
index 809e93e4659c64d0c77d3142b2aa5402337a38cd..7402f0d74e167afba7063949e4a85b1b577ede14 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_serverRedirectSingleProcess.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_serverRedirectSingleProcess.js
@@ -7,7 +7,7 @@ onload = function() {
debug = true;
var URL_LOAD =
- "http://www.a.com:PORT/files/extensions/api_test/webnavigation/serverRedirect/a.html";
+ "http://www.a.com:PORT/extensions/api_test/webnavigation/serverRedirect/a.html";
var URL_REDIRECT = "http://www.b.com:PORT/server-redirect";
var URL_TARGET = "http://www.b.com:PORT/";
chrome.tabs.create({"url": "about:blank"}, function(tab) {

Powered by Google App Engine
This is Rietveld 408576698