haikuwebkit/LayoutTests/fast/layoutformattingcontext/min-max-content-width-simpl...

9 lines
263 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
border: 1px solid green;
}
</style>
<div style="width: 70px; height: 30px;"></div>
<div style="width: 170px; height: 10px;"></div>