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