| Index: chrome/test/data/extensions/platform_apps/web_view/speech/main.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/speech/main.js b/chrome/test/data/extensions/platform_apps/web_view/speech/main.js
|
| index c56ea0b311f17b52efcc830ff25ad0538b5906bd..8a899977f5d0a3ede1fe923410af946369c3dce3 100644
|
| --- a/chrome/test/data/extensions/platform_apps/web_view/speech/main.js
|
| +++ b/chrome/test/data/extensions/platform_apps/web_view/speech/main.js
|
| @@ -8,7 +8,7 @@ var startTest = function() {
|
|
|
| chrome.test.getConfig(function(config) {
|
| var guestURL = 'http://localhost:' + config.testServer.port +
|
| - '/files/extensions/platform_apps/web_view/speech/guest.html';
|
| + '/extensions/platform_apps/web_view/speech/guest.html';
|
| document.querySelector('#webview-tag-container').innerHTML =
|
| '<webview style="width: 10px; height: 10px; margin: 0; padding: 0;"' +
|
| ' src="' + guestURL + '"' +
|
|
|