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

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: 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 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..415a6f36304ba55d8e108bf319a63fd92e6a12ca
--- /dev/null
+++ b/LayoutTests/fast/forms/input-select-api-support-expected.txt
@@ -0,0 +1,18 @@
+Test to show select() support for Email, Number, Date, Month, Week, Time, DateTime-Local, Color and File.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.getElementById("email").select() did not throw exception.
+PASS document.getElementById("number").select() did not throw exception.
+PASS document.getElementById("date").select() did not throw exception.
+PASS document.getElementById("month").select() did not throw exception.
+PASS document.getElementById("week").select() did not throw exception.
+PASS document.getElementById("time").select() did not throw exception.
+PASS document.getElementById("datetime-local").select() did not throw exception.
+PASS document.getElementById("color").select() did not throw exception.
+PASS document.getElementById("file").select() did not throw exception.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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