| 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..25c04143ebb9768a72e44069c6f1dd7e5dc2c0a6
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
|
| @@ -0,0 +1,15 @@
|
| +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 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
|
| +
|
|
|