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

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

Issue 1437813002: Set selection to INPUT/TEXTAREA before dispatching 'focus' event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improve selection-functions.html Created 5 years, 1 month 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-functions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
index 2a84d1898d9ba952428be4c44de8fb224e58c2f6..677e0874dddd257bcec2094b5fe03a41d22e92ce 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
@@ -24,6 +24,9 @@ selectionEnd:
0, 48
7, 7
+selectionStart and selectionEnd in focus handler don't return wrong values 0,0:
+7, 7
+
===input===
setSelectionRange():
3, 7
@@ -45,6 +48,9 @@ selectionEnd:
0, 48
7, 7
+selectionStart and selectionEnd in focus handler don't return wrong values 0,0:
+7, 7
+
===button===
button.selectionStart threw exception
button.selectionStart = 0 threw exception

Powered by Google App Engine
This is Rietveld 408576698