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