mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
16 lines
211 B
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>
|
|
|
|
|