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

Unified Diff: LayoutTests/fast/forms/color/color-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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/color/color-setrangetext-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/color/color-setrangetext.html
diff --git a/LayoutTests/fast/forms/color/color-setrangetext.html b/LayoutTests/fast/forms/color/color-setrangetext.html
index f7108d61f445f493452abb95f4d88647c6939290..e9ad088f1db2a6e6a221c0ebf88244c0510ff835 100644
--- a/LayoutTests/fast/forms/color/color-setrangetext.html
+++ b/LayoutTests/fast/forms/color/color-setrangetext.html
@@ -7,8 +7,8 @@
</head>
<body>
<script>
-description("Test setRangeText() method is not available in color inputs.");
-runTestsShouldFail("input", { type: "color" });
+description("Test setRangeText() on color inputs.");
+runTestsShouldNotThrow("input", { type: "color" });
</script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/color/color-setrangetext-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698