| Index: LayoutTests/fast/forms/number/number-selectapi-expected.txt
|
| diff --git a/LayoutTests/fast/forms/number/number-selectapi-expected.txt b/LayoutTests/fast/forms/number/number-selectapi-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c0e2b9dfd02a417676a799328b0f47abc0f4b62f
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/forms/number/number-selectapi-expected.txt
|
| @@ -0,0 +1,13 @@
|
| +Test selectionStart() method support in input type number.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Checking input type number support for selectionStart:
|
| +PASS document.getElementById("number").selectionStart = 0 threw exception InvalidStateError: Failed to set the 'selectionStart' property on 'HTMLInputElement': The input element's type ('number') does not support selection..
|
| +Checking input type number support for selectionEnd:
|
| +PASS document.getElementById("number").selectionEnd threw exception InvalidStateError: Failed to read the 'selectionEnd' property from 'HTMLInputElement': The input element's type ('number') does not support selection..
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|