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