aspect-ratio-intrinsic-size-007.html (601B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes"> 3 <link rel="help" href="https://drafts.csswg.org/css-flexbox/#transferred-size-suggestion"> 4 <link rel="match" href="aspect-ratio-intrinsic-size-007-ref.html"> 5 <meta name="assert" content="This checks that an automatic preferred physical width is always considered definite whenever computing the transferred size suggestion. That size will be used instead of the flex-item's intrinsic size."> 6 <div style="display: flex; flex-direction: column;"> 7 <img src="support/large-green-rectangle.svg"/> 8 </div>