Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt

Issue 2277903003: Fix selectionDirection after setting value of TEXTAREA/INPUT. (Closed)
Patch Set: Revert DCHECK_LE Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698