Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / spatial-navigation / snav-textarea.html
index 61c6f90..07c4977 100644 (file)
@@ -65,7 +65,8 @@
       textarea.value = "abc\nd";
 
       // starting the test itself: get to a known place.
-      document.getElementById("start").focus();
+      textarea.focus();
+      textarea.setSelectionRange(0, 0);
 
       initTest(resultMap, testCompleted);
     }