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