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

Unified Diff: LayoutTests/fast/forms/time/time-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/time/time-setrangetext.html
diff --git a/LayoutTests/fast/forms/time/time-setrangetext.html b/LayoutTests/fast/forms/time/time-setrangetext.html
index 94b4352cb4578fd7d80055e4524bbac2bd4757b3..3914eae0602a12c5b16b55fcf6e0fa6dcd70f34a 100644
--- a/LayoutTests/fast/forms/time/time-setrangetext.html
+++ b/LayoutTests/fast/forms/time/time-setrangetext.html
@@ -7,8 +7,8 @@
</head>
<body>
<script>
-description("Test setRangeText() method is not available in time inputs.");
-runTestsShouldFail("input", { type: "time" });
+description("Test setRangeText() on time inputs.");
+runTestsShouldNotThrow("input", { type: "time" });
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/forms/setrangetext-expected.txt ('k') | LayoutTests/fast/forms/time/time-setrangetext-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698