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

Unified Diff: LayoutTests/fast/forms/selection-wrongtype.html

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/selection-wrongtype.html
diff --git a/LayoutTests/fast/forms/selection-wrongtype.html b/LayoutTests/fast/forms/selection-wrongtype.html
index 811c657ec0b1a38f808c4bbde7c946e86404501b..f7d790d3f85e902ca2cd9cb351cb6962baad900a 100644
--- a/LayoutTests/fast/forms/selection-wrongtype.html
+++ b/LayoutTests/fast/forms/selection-wrongtype.html
@@ -6,7 +6,8 @@
<body>
<p id="description"></p>
<div id="tests"><input type="button"><input type="checkbox"><input type="file"><input type="hidden">
-<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"><input type="email"><input type="number"></div>
+<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"><input type="email"><input type="number">
+<input type="date"><input type="time"><input type="month"><input type="week"><input type="datetime-local"><input type="color"></div>
<div id="console"></div>
<div>
<script type="text/javascript">
« no previous file with comments | « LayoutTests/fast/forms/input-select-api-support-expected.txt ('k') | LayoutTests/fast/forms/selection-wrongtype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698