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

Unified Diff: chrome/test/data/extensions/api_test/executescript/frame_after_load/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/executescript/frame_after_load/test.js
diff --git a/chrome/test/data/extensions/api_test/executescript/frame_after_load/test.js b/chrome/test/data/extensions/api_test/executescript/frame_after_load/test.js
index b120b419945d5c4eced9018e36cf80eca94fdf65..c2aa092b9283f730e40adeb2180068f7d78f1049 100644
--- a/chrome/test/data/extensions/api_test/executescript/frame_after_load/test.js
+++ b/chrome/test/data/extensions/api_test/executescript/frame_after_load/test.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var baseUrl = 'http://a.com:PORT/files/extensions/api_test/executescript/' +
+var baseUrl = 'http://a.com:PORT/extensions/api_test/executescript/' +
'frame_after_load/';
chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) {

Powered by Google App Engine
This is Rietveld 408576698