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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/isolation/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/web_view/isolation/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/isolation/main.js b/chrome/test/data/extensions/platform_apps/web_view/isolation/main.js
index b265d0bee47bac7c231bf35c218a562074ee8bf3..702e8037298635b0d88a154ed989fdcb9404bf07 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/isolation/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/isolation/main.js
@@ -4,19 +4,19 @@
chrome.test.getConfig(function(config) {
var url = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/cookie.html';
+ '/extensions/platform_apps/web_view/isolation/cookie.html';
var url2 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/cookie2.html';
+ '/extensions/platform_apps/web_view/isolation/cookie2.html';
var url3 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/storage1.html';
+ '/extensions/platform_apps/web_view/isolation/storage1.html';
var url4 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/storage2.html';
+ '/extensions/platform_apps/web_view/isolation/storage2.html';
var url5 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/storage1.html#p1';
+ '/extensions/platform_apps/web_view/isolation/storage1.html#p1';
var url6 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/storage1.html#p2';
+ '/extensions/platform_apps/web_view/isolation/storage1.html#p2';
var url7 = 'http://localhost:' + config.testServer.port +
- '/files/extensions/platform_apps/web_view/isolation/storage1.html#p3';
+ '/extensions/platform_apps/web_view/isolation/storage1.html#p3';
var node = document.getElementById('web_view_container');
node.innerHTML =
"<webview id='webview' src='" + url + "'></webview>" +

Powered by Google App Engine
This is Rietveld 408576698