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

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

Issue 2285613002: Fix selectionDirection attribute value of INPUT/TEXTAREA just after creation (Closed)
Patch Set: 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 17da1c0e624df501e9015cbc4870a6365c4a2709..7d3733f3f4a3b4bbf149a2e009e13fbe55520446 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/selection-direction-expected.txt
@@ -4,6 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
input on Mac
+PASS selectionDirection was "none" after just creating
PASS selectionDirection was "none" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "none" after focusing on another element
PASS selectionDirection was "none" after hiding the element
@@ -31,6 +32,7 @@ PASS selectionDirection was "backward" after hiding the element
PASS selectionDirection was "none" after updating value
textarea on Mac
+PASS selectionDirection was "none" after just creating
PASS selectionDirection was "none" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "none" after focusing on another element
PASS selectionDirection was "none" after hiding the element
@@ -58,6 +60,7 @@ PASS selectionDirection was "backward" after hiding the element
PASS selectionDirection was "none" after updating value
input on Win
+PASS selectionDirection was "forward" after just creating
PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "forward" after focusing on another element
PASS selectionDirection was "forward" after hiding the element
@@ -85,6 +88,7 @@ PASS selectionDirection was "backward" after hiding the element
PASS selectionDirection was "forward" after updating value
textarea on Win
+PASS selectionDirection was "forward" after just creating
PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "forward" after focusing on another element
PASS selectionDirection was "forward" after hiding the element
@@ -112,6 +116,7 @@ PASS selectionDirection was "backward" after hiding the element
PASS selectionDirection was "forward" after updating value
input on Unix
+PASS selectionDirection was "forward" after just creating
PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "forward" after focusing on another element
PASS selectionDirection was "forward" after hiding the element
@@ -139,6 +144,7 @@ PASS selectionDirection was "backward" after hiding the element
PASS selectionDirection was "forward" after updating value
textarea on Unix
+PASS selectionDirection was "forward" after just creating
PASS selectionDirection was "forward" after focusing and setting selection by setSelectionRange(1, 2)
PASS selectionDirection was "forward" after focusing on another element
PASS selectionDirection was "forward" after hiding the element

Powered by Google App Engine
This is Rietveld 408576698