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

Unified Diff: LayoutTests/fast/forms/onchange-setvalueforuser.html

Issue 187903004: Revert of Move testRunner.startSpeechInput/setValueForUser to internals (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | LayoutTests/fast/speech/input-text-speechstart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/onchange-setvalueforuser.html
diff --git a/LayoutTests/fast/forms/onchange-setvalueforuser.html b/LayoutTests/fast/forms/onchange-setvalueforuser.html
index f6b2398c23063ce4a19d3794caa6435948b129a7..f175c0bc07ba2c79375a63221eb47df884f0d205 100644
--- a/LayoutTests/fast/forms/onchange-setvalueforuser.html
+++ b/LayoutTests/fast/forms/onchange-setvalueforuser.html
@@ -15,8 +15,8 @@
}
tf.focus();
- if (window.internals) {
- internals.setValueForUser(tf, 'Hello!');
+ if (window.testRunner) {
+ testRunner.setValueForUser(tf, 'Hello!');
}
// Should not fire the event until focus is lost.
« no previous file with comments | « no previous file | LayoutTests/fast/speech/input-text-speechstart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698