Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontain layout paint sizeSingle-choice MCQ

An element has `contain: size`. It has children whose total intrinsic height is 400px, but the element itself has `height: auto` with no explicit height set. What height does the engine use for the element's box?

.box { contain: size; height: auto; }