| Index: LayoutTests/editing/selection/4975120.html
|
| diff --git a/LayoutTests/editing/selection/4975120.html b/LayoutTests/editing/selection/4975120.html
|
| index 7c1cf331c72592af703975a770285806a6406eb2..448f9b6d2a65f6f1d117e79c2166d529ad1be787 100644
|
| --- a/LayoutTests/editing/selection/4975120.html
|
| +++ b/LayoutTests/editing/selection/4975120.html
|
| @@ -5,6 +5,7 @@ if (window.testRunner)
|
|
|
| function runTest() {
|
| var input = document.getElementById("input");
|
| + input.focus();
|
| input.setSelectionRange(0, 3);
|
| var frame = frames[0];
|
| frame.focus();
|
|
|