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

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

Powered by Google App Engine
This is Rietveld 408576698