| <!doctype html> | |
| <meta charset="utf-8"> | |
| <title>date input baseline should account for min-height</title> | |
| <link rel="match" href="input-date-baseline-min-height-ref.html"> | |
| <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1825709"> | |
| <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> | |
| <link rel="author" title="Mozilla" href="https://mozilla.org"> | |
| <div> | |
| abc <input type=date style="min-height: 40px"> def | |
| </div> |