blob: 5b00626cb3a723498c1245b985e999288505ac24 [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
</label>
<label>
input with empty autocomplete
<input id="input" autocomplete />
</form>