input-time-content-size.html (527B)
1 <!doctype html> 2 <title>Test: the time field's min-content and max-content sizes should be the same as its automatic size</title> 3 <link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com"> 4 <link rel="author" href="https://mozilla.org" title="Mozilla"> 5 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1695578"> 6 <link rel="match" href="input-time-content-size-ref.html"> 7 <body> 8 <input type="time" style="width: min-content"> 9 <br> 10 <input type="time" style="width: max-content"> 11 </body>