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

Unified Diff: chrome/test/data/extensions/api_test/app_background_page/no_js_manifest/test.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/app_background_page/no_js_manifest/test.js
diff --git a/chrome/test/data/extensions/api_test/app_background_page/no_js_manifest/test.js b/chrome/test/data/extensions/api_test/app_background_page/no_js_manifest/test.js
index ef9332bda43f4e0df4a87af4ca3dd1bd668b8aaf..36a3420aab1e54c3a419529b5986139794629ea8 100644
--- a/chrome/test/data/extensions/api_test/app_background_page/no_js_manifest/test.js
+++ b/chrome/test/data/extensions/api_test/app_background_page/no_js_manifest/test.js
@@ -9,7 +9,7 @@
// background page. This fails because allow_js_access is false.
var pagePrefix =
- 'http://a.com:PORT/files/extensions/api_test/app_background_page/common';
+ 'http://a.com:PORT/extensions/api_test/app_background_page/common';
// Dispatch "tunneled" functions from the live web pages to this testing page.
chrome.extension.onRequest.addListener(function(request) {

Powered by Google App Engine
This is Rietveld 408576698