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

Unified Diff: chrome/test/data/extensions/api_test/app_process/test.html

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/app_process/test.html
diff --git a/chrome/test/data/extensions/api_test/app_process/test.html b/chrome/test/data/extensions/api_test/app_process/test.html
index 8aa5812da62199fa95f2dbeb9b26640f78319cc5..154e6d1135cdb6e9fc80c616abda16c7696bdc82 100644
--- a/chrome/test/data/extensions/api_test/app_process/test.html
+++ b/chrome/test/data/extensions/api_test/app_process/test.html
@@ -3,7 +3,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var origin = "http://localhost:1337/files/extensions/api_test/app_process/";
+var origin = "http://localhost:1337/extensions/api_test/app_process/";
var url1 = origin + "path1/empty.html";
var url2 = origin + "path2/empty.html";
var url3 = origin + "path3/empty.html";

Powered by Google App Engine
This is Rietveld 408576698