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

Unified Diff: LayoutTests/fast/forms/onselect-textfield-expected.txt

Issue 222023002: focus() behaviour differs depending on how value is set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixing selection handling of 'value' HTML attribute by initializing m_cachedSelection{Start,End} wi… Created 6 years, 8 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: LayoutTests/fast/forms/onselect-textfield-expected.txt
diff --git a/LayoutTests/fast/forms/onselect-textfield-expected.txt b/LayoutTests/fast/forms/onselect-textfield-expected.txt
index 64272d0fac14389da7bb02880710c70d1ebcc361..391c803271b836d609575c9c949a51fa5a20cd6c 100644
--- a/LayoutTests/fast/forms/onselect-textfield-expected.txt
+++ b/LayoutTests/fast/forms/onselect-textfield-expected.txt
@@ -2,7 +2,7 @@
This tests onSelect for text fields.
Calling focus on text field
-After focus: text field selection start: 0 end: 10
+After focus: text field selection start: 0 end: 0
Calling setSelectionRange on text field
After setSelectionRange(3, 5): text field selection start: 3 end: 5

Powered by Google App Engine
This is Rietveld 408576698