blob: 267c4d40c28423ec698fdce2fc022887978db17d [file] [edit]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>autocomplete attribute is invalid</title>
</head>
<body>
<!-- unknown field type -->
<select autocomplete="qwerty">
<option>US</option>
<option>France</option>
<option>UK</option>
<option>Japan</option>
</select>
</body>
</html>