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

Unified Diff: chrome/test/data/extensions/platform_apps/iframes/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/iframes/main.js
diff --git a/chrome/test/data/extensions/platform_apps/iframes/main.js b/chrome/test/data/extensions/platform_apps/iframes/main.js
index 666cff17aafa1672dcd84c300b837528db6199ab..0fe80bab19a83c7909815fe91a965fd526993c08 100644
--- a/chrome/test/data/extensions/platform_apps/iframes/main.js
+++ b/chrome/test/data/extensions/platform_apps/iframes/main.js
@@ -6,7 +6,7 @@ chrome.test.getConfig(function(config) {
var LOCAL_URL = 'local-iframe.html';
var DATA_URL = 'data:text/plain,This frame should be displayed.';
var REMOTE_URL = 'http://localhost:' + config.testServer.port
- '/files/extensions/platform_apps/iframes/remote-iframe.html';
+ '/extensions/platform_apps/iframes/remote-iframe.html';
chrome.test.runTests([
function localIframe() {

Powered by Google App Engine
This is Rietveld 408576698