servo/tests/wpt/web-platform-tests/conformance-checkers/textarea/autocomplete-empty-novalid.html

16 lines
211 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>autocomplete attribute is invalid</title>
</head>
<body>
<!-- empty -->
<textarea autocomplete="">
</textarea>
</body>
</html>