<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="../../../resources/js-test.js"></script> <script src="../resources/common-setrangetext.js"></script> </head> <body> <script> description("Test setRangeText() method is not available in date inputs."); runTestsShouldFail("input", { type: "date" }); </script> </body> </html>