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

Unified Diff: chrome/test/data/extensions/platform_apps/navigation/main.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/platform_apps/navigation/main.js
diff --git a/chrome/test/data/extensions/platform_apps/navigation/main.js b/chrome/test/data/extensions/platform_apps/navigation/main.js
index 63a2e5c783a2b72faa55f58aa52efd83ab3dfcea..e69d5d33eb5fa6daf0badffd065c46dd0bbb3fd0 100644
--- a/chrome/test/data/extensions/platform_apps/navigation/main.js
+++ b/chrome/test/data/extensions/platform_apps/navigation/main.js
@@ -5,7 +5,7 @@
chrome.test.getConfig(function(config) {
var IN_APP_URL = 'nav-target.html';
var REMOTE_URL = 'http://localhost:' + config.testServer.port
- '/files/extensions/platform_apps/navigation/nav-target.html';
+ '/extensions/platform_apps/navigation/nav-target.html';
var testForm = document.getElementById('test-form');
var testLink = document.getElementById('test-link');

Powered by Google App Engine
This is Rietveld 408576698