Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Test: the date field's min-content and max-content sizes should be the same as its automatic size</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<link rel="match" href="input-date-content-size-ref.html">
<body>
<input type="date" style="width: min-content">
<br>
<input type="date" style="width: max-content">
</body>