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

Unified Diff: LayoutTests/fast/forms/date/date-setrangetext.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/date/date-setrangetext.html
diff --git a/LayoutTests/fast/forms/date/date-setrangetext.html b/LayoutTests/fast/forms/date/date-setrangetext.html
index 1e1c0af757ec60cd1e19a496072a4550ec5603e2..0c09184350d356c363264cea45ad1c9905c9a1f2 100644
--- a/LayoutTests/fast/forms/date/date-setrangetext.html
+++ b/LayoutTests/fast/forms/date/date-setrangetext.html
@@ -7,8 +7,8 @@
</head>
<body>
<script>
-description("Test setRangeText() method is not available in date inputs.");
-runTestsShouldFail("input", { type: "date" });
+description("Test setRangeText() on date inputs.");
+runTestsShouldNotThrow("input", { type: "date" });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698