Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
conformance-checkers
/
textarea
/
autocomplete-token-novalid.html
blob: 761495b52de60d7396479f78419ab71d918a3bff [
file
] [
edit
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<meta
charset
=
utf-8
>
<title>
autocomplete attribute is invalid
</title>
</head>
<body>
<!-- unknown field type -->
<textarea
autocomplete
=
"qwerty"
>
</textarea>
</body>
</html>