Chromium Code Reviews| Index: LayoutTests/editing/inserting/4960120-1.html |
| diff --git a/LayoutTests/editing/inserting/4960120-1.html b/LayoutTests/editing/inserting/4960120-1.html |
| index 1dba6859d771c90d519779fd179df2fd6655c261..f66e180386df97cdc8feccc98ff5369552cd5b87 100644 |
| --- a/LayoutTests/editing/inserting/4960120-1.html |
| +++ b/LayoutTests/editing/inserting/4960120-1.html |
| @@ -3,7 +3,7 @@ |
| <script> |
| var textarea = document.getElementById("textarea"); |
| -textarea.setSelectionRange(0, 0); |
| +textarea.focus(); |
| document.execCommand("InsertLineBreak"); |
| </script> |