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

Unified Diff: LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt

Issue 258063005: Blink does not respect input.selectionStart and input.selectionEnd for some cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing changes asked in previous patch Created 6 years, 5 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/input-set-selectionStart-set-selectionEnd-expected.txt
diff --git a/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt b/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4556770fd0482b69c5d8d0c8289192db2b822f66
--- /dev/null
+++ b/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
@@ -0,0 +1,17 @@
+Test for BUG=367736: Blink does not respect input.selectionStart and input.selectionEnd for some cases.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS firstInput.selectionStart is 0
+PASS firstInput.selectionEnd is 0
+PASS firstInput.selectionStart is 3
+PASS firstInput.selectionEnd is 5
+PASS secondInput.selectionStart is 1
+PASS secondInput.selectionEnd is 1
+PASS secondInput.selectionStart is 1
+PASS secondInput.selectionEnd is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698