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

    <!-- work must come before field type -->
    <textarea autocomplete="country work">
    </textarea>

</body>
</html>