Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/input-time-content-size.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Test: the time 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="match" href="input-time-content-size-ref.html">
<body>
<input type="time" style="width: min-content">
<br>
<input type="time" style="width: max-content">
</body>