Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: LayoutTests/fast/forms/input-select-api-support-expected.txt

Issue 707853002: Tests to show support for select() API exists (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698