mirror of
https://github.com/servo/servo.git
synced 2025-10-17 16:59:27 +01:00
16 lines
262 B
HTML
16 lines
262 B
HTML
<!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>
|
|
|
|
|