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

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

Issue 176953009: 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
Index: LayoutTests/fast/forms/onchange-setvalueforuser.html
diff --git a/LayoutTests/fast/forms/onchange-setvalueforuser.html b/LayoutTests/fast/forms/onchange-setvalueforuser.html
index f175c0bc07ba2c79375a63221eb47df884f0d205..f6b2398c23063ce4a19d3794caa6435948b129a7 100644
--- a/LayoutTests/fast/forms/onchange-setvalueforuser.html
+++ b/LayoutTests/fast/forms/onchange-setvalueforuser.html
@@ -15,8 +15,8 @@
}
tf.focus();
- if (window.testRunner) {
- testRunner.setValueForUser(tf, 'Hello!');
+ if (window.internals) {
+ internals.setValueForUser(tf, 'Hello!');
}
// Should not fire the event until focus is lost.

Powered by Google App Engine
This is Rietveld 408576698