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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/common/screen_coordinates/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/web_view/common/screen_coordinates/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/common/screen_coordinates/main.js b/chrome/test/data/extensions/platform_apps/web_view/common/screen_coordinates/main.js
index 43483c113246e61703fbd28bc180080dc72e2891..c6fceece1362637660a7bfa2b2f4427c66c068da 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/common/screen_coordinates/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/common/screen_coordinates/main.js
@@ -10,7 +10,7 @@ embedder.guestURL = '';
embedder.setUp = function(config) {
embedder.baseGuestURL = 'http://localhost:' + config.testServer.port;
embedder.guestURL = embedder.baseGuestURL +
- '/files/extensions/platform_apps/web_view/screen_coordinates' +
+ '/extensions/platform_apps/web_view/screen_coordinates' +
'/guest.html';
chrome.test.log('Guest url is: ' + embedder.guestURL);
};

Powered by Google App Engine
This is Rietveld 408576698