blob: 6818e26c89126093368e50d28b246a463c5a3cda [file] [log] [blame]
<!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>