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 |
+ |