Index: LayoutTests/fast/forms/input-select-api-support-expected.txt |
diff --git a/LayoutTests/fast/forms/input-select-api-support-expected.txt b/LayoutTests/fast/forms/input-select-api-support-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eadc69b01c577ea7fad1f34635f253da651dc842 |
--- /dev/null |
+++ b/LayoutTests/fast/forms/input-select-api-support-expected.txt |
@@ -0,0 +1,21 @@ |
+Test to show select() support for Email, Number, Date/Time, Color and File. It throws only for selection() API |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection.. |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection.. |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('date') does not support selection.. |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('datetime-local') does not support selection.. |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('color') does not support selection.. |
+PASS id.select() is |
+PASS id.selectionStart() threw exception InvalidStateError: Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('file') does not support selection.. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |