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

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

Issue 1734293002: TEXTAREA should not reset the caret position when it is focused by sequential focus navigation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
index 0ff009457a8fb30d041202be6a061a6cffd4788e..25c91c103d6782659d40f21a4a6fa9b3c332e7f4 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/focus-selection-textarea-expected.txt
@@ -38,8 +38,8 @@ PASS successfullyParsed is true
TEST COMPLETE
PASS first.selectionStart is 11
PASS first.selectionEnd is 18
-FAIL first.selectionStart should be 11. Was 0.
-FAIL first.selectionEnd should be 18. Was 0.
+PASS first.selectionStart is 11
+PASS first.selectionEnd is 18
PASS second.selectionStart is 11
PASS second.selectionEnd is 18
PASS second.selectionStart is 11
@@ -66,8 +66,8 @@ PASS seventh.selectionStart is 11
PASS seventh.selectionEnd is 18
PASS eighth.selectionStart is 11
PASS eighth.selectionEnd is 18
-FAIL eighth.selectionStart should be 11. Was 0.
-FAIL eighth.selectionEnd should be 18. Was 0.
+PASS eighth.selectionStart is 11
+PASS eighth.selectionEnd is 18
PASS ninth.selectionStart is 11
PASS ninth.selectionEnd is 18
PASS ninth.selectionStart is 11
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-textarea.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698