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

Unified Diff: chrome/test/data/extensions/platform_apps/open_link/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/open_link/main.js
diff --git a/chrome/test/data/extensions/platform_apps/open_link/main.js b/chrome/test/data/extensions/platform_apps/open_link/main.js
index ddd0c8a6a100a61185b4e2ae1bdd876efb2d7ec1..56575db5db3015ce58232b1d72db755b8f27f355 100644
--- a/chrome/test/data/extensions/platform_apps/open_link/main.js
+++ b/chrome/test/data/extensions/platform_apps/open_link/main.js
@@ -5,7 +5,7 @@
chrome.test.getConfig(function(config) {
var linkNode = document.getElementById('test-link');
linkNode.href = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/open_link/link.html';
+ '/extensions/platform_apps/open_link/link.html';
var clickEvent = document.createEvent('MouseEvents');
clickEvent.initMouseEvent('click', true, true, window,

Powered by Google App Engine
This is Rietveld 408576698