Chromium Code Reviews| 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> |