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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test selectionStart() method support in input type email.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Checking input type email support for selectionStart:
7 PASS document.getElementById("email").selectionStart = 0 threw exception Invalid StateError: Failed to set the 'selectionStart' property on 'HTMLInputElement': T he input element's type ('email') does not support selection..
8 Checking input type email support for selectionEnd:
9 PASS document.getElementById("email").selectionEnd threw exception InvalidStateE rror: Failed to read the 'selectionEnd' property from 'HTMLInputElement': The in put element's type ('email') does not support selection..
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698