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

Unified Diff: LayoutTests/fast/forms/setrangetext-within-events-expected.txt

Issue 507533002: Fix to keep the selection of the text field in input element after setSelectionRange is called by d… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix the indentation of HTML document Created 6 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: LayoutTests/fast/forms/setrangetext-within-events-expected.txt
diff --git a/LayoutTests/fast/forms/setrangetext-within-events-expected.txt b/LayoutTests/fast/forms/setrangetext-within-events-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ab629d0c3e09c8d3d9c3fd5e70ecf3bbb0558e6d
--- /dev/null
+++ b/LayoutTests/fast/forms/setrangetext-within-events-expected.txt
@@ -0,0 +1,5 @@
+ALERT: start: 5 end: 5 [focus]
+ALERT: start: 5 end: 5 [mousedown]
+ALERT: start: 0 end: 5 [mouseup]
+ALERT: start: 0 end: 5 [click]
+

Powered by Google App Engine
This is Rietveld 408576698