Index: LayoutTests/fast/spatial-navigation/snav-textarea.html |
diff --git a/LayoutTests/fast/spatial-navigation/snav-textarea.html b/LayoutTests/fast/spatial-navigation/snav-textarea.html |
index 61c6f9096cf6bd879e5aeee52aaff5108d5c07ea..07c4977973e1c8a5ee459853c77d83506f52f767 100644 |
--- a/LayoutTests/fast/spatial-navigation/snav-textarea.html |
+++ b/LayoutTests/fast/spatial-navigation/snav-textarea.html |
@@ -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); |
} |