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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/bypass_page_csp/background.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/content_scripts/bypass_page_csp/background.js
diff --git a/chrome/test/data/extensions/api_test/content_scripts/bypass_page_csp/background.js b/chrome/test/data/extensions/api_test/content_scripts/bypass_page_csp/background.js
index c7837e6db275075df44784bae9113f46cdc5f6d2..50a5162ea3fe74da0ee23ac4bea1f3fd70b733db 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/bypass_page_csp/background.js
+++ b/chrome/test/data/extensions/api_test/content_scripts/bypass_page_csp/background.js
@@ -17,7 +17,7 @@ chrome.test.getConfig(function(config) {
chrome.test.log("Creating tab...");
var test_url =
- "http://localhost:PORT/files/extensions/test_file_with_csp.html"
+ "http://localhost:PORT/extensions/test_file_with_csp.html"
.replace(/PORT/, config.testServer.port);
chrome.tabs.create({ url: test_url });

Powered by Google App Engine
This is Rietveld 408576698