| Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html
|
| index 07c4977973e1c8a5ee459853c77d83506f52f767..836b7db8dc22be84961cd17d3ff793f5aa900060 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html
|
| @@ -37,16 +37,23 @@
|
| ["Down", "start"],
|
| ["Down", "start"],
|
| ["Down", "8"],
|
| - ["Up", "start"],
|
| + ["Up", "start"], // The caret is at the end of TEXTAREA.
|
| + ["Up", "start"], // The caret is before 'b' in TEXTAREA.
|
| + ["Up", "start"], // The caret is at the beginning of TEXTAREA.
|
| ["Up", "2"],
|
| ["Down", "start"],
|
| ["Right", "start"],
|
| ["Right", "start"],
|
| ["Right", "start"],
|
| ["Right", "start"],
|
| - ["Right", "start"],
|
| + ["Right", "start"], // The caret is at the end of TEXTAREA.
|
| ["Right", "6"],
|
| + ["Left", "start"], // The caret is at the end of TEXTAREA.
|
| + ["Left", "start"],
|
| + ["Left", "start"],
|
| + ["Left", "start"],
|
| ["Left", "start"],
|
| + ["Left", "start"], // The caret is at the beginning of TEXTAREA.
|
| ["Left", "4"],
|
| ["Right", "start"],
|
| ["DONE", "DONE"]
|
|
|