| <!-- | |
| Copyright 2023 The Chromium Authors | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file. | |
| --> | |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <form> | |
| <label> | |
| input without name or id | |
| <input>I should have an id or name</input> | |
| </label> | |
| <label> | |
| input with empty autocomplete | |
| <input id="input" autocomplete /> | |
| </form> |