summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-empty-novalid.html
blob: d222846b4ff864cf90c3b0d934e1a2dfec2e895b (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>

    <!-- empty -->
    <textarea autocomplete="">
    </textarea>

</body>
</html>