blob: db791455acc7b8c4f12f7a17e8051c267fbb4837 [file] [log] [blame]
<!--
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>