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

Unified Diff: LayoutTests/fast/forms/email-selectapi-expected.txt

Issue 100433008: Disable select api for input type number and email (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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/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
+

Powered by Google App Engine
This is Rietveld 408576698