blob: d2cf59030a9ed6918ef8d6a8c4769a5e6b8b6a9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/auto-height-with-flex.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
<head><link href="https://www.w3.org/TR/css-flexbox-1/#flex-basis-property" rel="help">
<link href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/auto-height-with-flex-ref.htm" rel="match">
<meta content="This test ensures that a vertical flexbox (with auto height) and a flexitem with flex: 1; will not have 0 set to the flex basis, but to auto instead." name="assert">
</head><body><div style="display: flex; flex-direction: column; border: 1px solid purple;">
<div>Header</div>
<div style="flex: 1">Flexible content<br>
</div>
</div>
</body>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/auto-height-with-flex.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
</html>
|