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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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
Index: third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
index 69be7a2bf8eb55fcf1612e6e26a3f8e737e38b98..e3f47e82370b65eae6a29cf751e42e0bdc2c2bec 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/focus-selection-textarea-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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

Powered by Google App Engine
This is Rietveld 408576698