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

Unified Diff: chrome/browser/apps/web_view_browsertest.cc

Issue 235423004: Disable WebViewTest.SpeechRecognition, InputTagSpeechBrowserTest.GrammarAttribute and InputTagSpeec… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | content/browser/speech/input_tag_speech_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/web_view_browsertest.cc
===================================================================
--- chrome/browser/apps/web_view_browsertest.cc (revision 263279)
+++ chrome/browser/apps/web_view_browsertest.cc (working copy)
@@ -1688,7 +1688,8 @@
<< message_;
}
-IN_PROC_BROWSER_TEST_F(WebViewTest, SpeechRecognition) {
+// crbug/360448
+IN_PROC_BROWSER_TEST_F(WebViewTest, DISABLED_SpeechRecognition) {
ASSERT_TRUE(StartEmbeddedTestServer());
content::WebContents* guest_web_contents = LoadGuest(
"/extensions/platform_apps/web_view/speech/guest.html",
« no previous file with comments | « no previous file | content/browser/speech/input_tag_speech_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698