| Index: LayoutTests/editing/selection/5497643.html
 | 
| diff --git a/LayoutTests/editing/selection/5497643.html b/LayoutTests/editing/selection/5497643.html
 | 
| index 90de6df1f7aeb341bb06c8877a977ed0f9a4c398..63d7b537514c93f342ed9796e36af85234a8ea60 100644
 | 
| --- a/LayoutTests/editing/selection/5497643.html
 | 
| +++ b/LayoutTests/editing/selection/5497643.html
 | 
| @@ -4,7 +4,7 @@
 | 
|  if (window.testRunner)
 | 
|      window.testRunner.dumpAsText();
 | 
|  textarea = document.getElementById("textarea");
 | 
| -textarea.setSelectionRange(0, 0);
 | 
| +textarea.focus();
 | 
|  textarea.parentNode.removeChild(textarea);
 | 
|  if (window.getSelection().type == 'Caret' &&
 | 
|      window.getSelection().getRangeAt(0).startContainer == document.body && 
 | 
| 
 |