summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/input-time-content-size.html
blob: 4a378f6923a8910b96f8afa84125a8fbac4a5d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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="author" href="https://mozilla.org" title="Mozilla">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1695578">
<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>