blob: ddb8e2da10bf7cb591fc63c0653de4203c4f87c5 (
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="../../js/resources/js-test-pre.js"></script>
<script src="../resources/common-setrangetext.js"></script>
</head>
<body>
<script>
description("Test setRangeText() method is not available in hidden inputs.");
runTestsShouldFail("input", { type: "hidden" });
</script>
</body>
</html>
|