| Index: third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
|
| index 4d7db8e66f389f39cd05a26100a47ba4a1bfbf54..17da1c0e624df501e9015cbc4870a6365c4a2709 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
|
| @@ -28,6 +28,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "none" after updating value
|
|
|
| textarea on Mac
|
| PASS selectionDirection was "none" after focusing and setting selection by setSelectionRange(1, 2)
|
| @@ -54,6 +55,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "none" after updating value
|
|
|
| input on Win
|
| PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
|
| @@ -80,6 +82,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "forward" after updating value
|
|
|
| textarea on Win
|
| PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
|
| @@ -106,6 +109,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "forward" after updating value
|
|
|
| input on Unix
|
| PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
|
| @@ -132,6 +136,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "forward" after updating value
|
|
|
| textarea on Unix
|
| PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
|
| @@ -158,6 +163,7 @@ PASS selectionDirection was "forward" after hiding the element
|
| PASS selectionDirection was "backward" after extending selection backward by character
|
| PASS selectionDirection was "backward" after focusing on another element
|
| PASS selectionDirection was "backward" after hiding the element
|
| +PASS selectionDirection was "forward" after updating value
|
|
|
| PASS successfullyParsed is true
|
|
|
|
|