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

Side by Side 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: Moved unsupported selection API input type to selection-wrongtype, and corrected input-select-api-s… 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test to show select() support for Email, Number, Date, Month, Week, Time, DateTi me-Local, Color and File.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.getElementById("email").select() did not throw exception.
7 PASS document.getElementById("number").select() did not throw exception.
8 PASS document.getElementById("date").select() did not throw exception.
9 PASS document.getElementById("month").select() did not throw exception.
10 PASS document.getElementById("week").select() did not throw exception.
11 PASS document.getElementById("time").select() did not throw exception.
12 PASS document.getElementById("datetime-local").select() did not throw exception.
13 PASS document.getElementById("color").select() did not throw exception.
14 PASS document.getElementById("file").select() did not throw exception.
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-select-api-support.html ('k') | LayoutTests/fast/forms/selection-wrongtype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698