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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.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/webnavigation/test_targetBlank.js
diff --git a/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js b/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
index c1c535b32bd85959524b0923eb9079815f05e87d..7ac3f7fa77303511ab1271f59b00c103a3130125 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
+++ b/chrome/test/data/extensions/api_test/webnavigation/test_targetBlank.js
@@ -4,9 +4,9 @@
onload = function() {
var URL_LOAD =
- "http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/targetBlank/a.html";
+ "http://127.0.0.1:PORT/extensions/api_test/webnavigation/targetBlank/a.html";
var URL_TARGET =
- "http://127.0.0.1:PORT/files/extensions/api_test/webnavigation/targetBlank/b.html";
+ "http://127.0.0.1:PORT/extensions/api_test/webnavigation/targetBlank/b.html";
chrome.tabs.create({"url": "about:blank"}, function(tab) {
var tabId = tab.id;
chrome.test.getConfig(function(config) {

Powered by Google App Engine
This is Rietveld 408576698