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

Unified Diff: LayoutTests/fast/speech/input-text-speechstart.html

Issue 176953009: Move testRunner.startSpeechInput/setValueForUser to internals (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: (rebasing) Created 6 years, 9 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 | « LayoutTests/fast/forms/onchange-setvalueforuser.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/speech/input-text-speechstart.html
diff --git a/LayoutTests/fast/speech/input-text-speechstart.html b/LayoutTests/fast/speech/input-text-speechstart.html
index fc02fa9983d585bd727c33114b97955a05f0695a..6d6436781327dcfbc6168d080257b86b01aaae00 100644
--- a/LayoutTests/fast/speech/input-text-speechstart.html
+++ b/LayoutTests/fast/speech/input-text-speechstart.html
@@ -14,7 +14,7 @@ function startSpeechInput(id) {
// will be set in input during the generated TextInput event.
var input = document.getElementById(id);
input.select();
- testRunner.startSpeechInput(input);
+ internals.startSpeechInput(input);
}
function onWebkitSpeechChange() {
« no previous file with comments | « LayoutTests/fast/forms/onchange-setvalueforuser.html ('k') | Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698