| 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..4103e4e9fb217530c26186e2ac8b1bd574d162c5
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/input-set-selectionStart-set-selectionEnd-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +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 6
|
| +PASS firstInput.selectionEnd is 6
|
| +PASS secondInput.selectionStart is 1
|
| +PASS secondInput.selectionEnd is 1
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|