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

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

Issue 596723002: Enabling selection API for input type=<file, color, date, email, number> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Enabling Selection API for input type email and number Created 6 years, 3 months 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..ec235046a0a8cca04f71e2e21f793620dee68a32 100644
--- a/LayoutTests/fast/forms/selection-wrongtype.html
+++ b/LayoutTests/fast/forms/selection-wrongtype.html
@@ -5,8 +5,8 @@
</head>
<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>
+<div id="tests"><input type="button"><input type="checkbox"><input type="hidden">
+<input type="image"><input type="radio"><input type="range"><input type="reset"><input type="submit"></div>
<div id="console"></div>
<div>
<script type="text/javascript">
« no previous file with comments | « LayoutTests/fast/forms/resources/common-setrangetext.js ('k') | LayoutTests/fast/forms/selection-wrongtype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698