| Index: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
|
| index fa168e7ed6e55cc4f2db33bf8ce097e4d0711376..5b2446a075a1df5ce42be1ea2ce737f2c45fe3be 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-selection-preservation-expected.txt
|
| @@ -37,8 +37,8 @@ PASS ta.selectionEnd is 9
|
| PASS ta.selectionStart is 12
|
| PASS ta.selectionEnd is 12
|
| - append a empty text node
|
| -PASS ta.selectionStart is 12
|
| -PASS ta.selectionEnd is 12
|
| +PASS ta.selectionStart is 2
|
| +PASS ta.selectionEnd is 3
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|