chromium/third_party/blink/web_tests/fast/forms/week/week-setrangetext.html

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<script src="../resources/common-setrangetext.js"></script>
</head>
<body>
<script>
const title = "setRangeText() method is not available in week inputs.";
const descriptions = [
  "Failed to execute 'setRangeText' on 'HTMLInputElement': The input element's type ('week') does not support selection.."
];
runTestsShouldFailTestHarness("input", { type: "week" }, descriptions, title);
</script>
</body>
</html>