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>" + |