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> |