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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/speech/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/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 + '"' +

Powered by Google App Engine
This is Rietveld 408576698