| 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.
|
|
|