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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.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_crossProcess.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js b/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
index 79b39ab140dffb4ce12b320531d9f2e3360ac431..46e82871e9378e7824306bd485c5c7688cb70470 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_crossProcess.js
@@ -5,7 +5,7 @@
onload = function() {
var getURL = chrome.extension.getURL;
var URL_REGULAR =
- "http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/crossProcess/empty.html";
+ "http://127.0.0.1:PORT/extensions/api_test/webnavigation/crossProcess/empty.html";
var URL_REDIRECT = "http://www.a.com:PORT/server-redirect";
var URL_TEST = "http://127.0.0.1:PORT/test";
chrome.tabs.create({"url": "about:blank"}, function(tab) {

Powered by Google App Engine
This is Rietveld 408576698