summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/time/time-setrangetext.html
blob: 94b4352cb4578fd7d80055e4524bbac2bd4757b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!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 time inputs.");
runTestsShouldFail("input", { type: "time" });
</script>
</body>
</html>