haikuwebkit/LayoutTests/fast/layoutformattingcontext/fit-content-width-simple-ex...

10 lines
222 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>