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

Unified Diff: Source/web/tests/data/date_time_chooser.html

Issue 62083004: Transfer date/time value to the chooser as a double (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@datetime3
Patch Set: Created 7 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
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebDateTimeChooserCompletion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/date_time_chooser.html
diff --git a/Source/web/tests/data/date_time_chooser.html b/Source/web/tests/data/date_time_chooser.html
new file mode 100644
index 0000000000000000000000000000000000000000..ec87640edee174afc857394608e524c0c0dd0d9f
--- /dev/null
+++ b/Source/web/tests/data/date_time_chooser.html
@@ -0,0 +1,5 @@
+<input type="date" id="date">
+<input type="datetime-local" id="datetimelocal">
+<input type="month" id="month">
+<input type="time" id="time">
+<input type="week" id="week">
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | public/web/WebDateTimeChooserCompletion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698