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

Unified Diff: chrome/test/data/extensions/api_test/history/common.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/history/common.js
diff --git a/chrome/test/data/extensions/api_test/history/common.js b/chrome/test/data/extensions/api_test/history/common.js
index 1f89f4696dba18fbd650d1c349db05f89df42624..cc1961cdc1db499316dd7e5eaf9cbfbd073443f3 100644
--- a/chrome/test/data/extensions/api_test/history/common.js
+++ b/chrome/test/data/extensions/api_test/history/common.js
@@ -12,9 +12,9 @@ var PICASA_URL = 'http://www.picasa.com/';
// PORT will be changed to the port of the test server.
var A_RELATIVE_URL =
- 'http://www.a.com:PORT/files/extensions/api_test/history/a.html';
+ 'http://www.a.com:PORT/extensions/api_test/history/a.html';
var B_RELATIVE_URL =
- 'http://www.b.com:PORT/files/extensions/api_test/history/b.html';
+ 'http://www.b.com:PORT/extensions/api_test/history/b.html';
/**
* A helper function to flip the setTimeout arguments and make the code
« no previous file with comments | « chrome/test/data/extensions/api_test/executescript/run_at/test.js ('k') | chrome/test/data/extensions/api_test/i18n/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698