blob: 1061d9a620278cf0477632b33d0fc5d2ac69afb7 [file] [edit]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>autocomplete attribute is invalid</title>
</head>
<body>
<!-- address type must come before field type -->
<textarea autocomplete="country shipping">
</textarea>
</body>
</html>