summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-token-novalid.html
blob: 761495b52de60d7396479f78419ab71d918a3bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>autocomplete attribute is invalid</title>
</head>
<body>

    <!-- unknown field type -->
    <textarea autocomplete="qwerty">
    </textarea>

</body>
</html>