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

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

Powered by Google App Engine
This is Rietveld 408576698