haikuwebkit/LayoutTests/fast/layoutformattingcontext/vertical-align-middle-simpl...

10 lines
327 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background-color: green;
}
</style>
<div style="width: 80px; height: 22px;"></div>
<div style="width: 60px; height: 20px;"></div>
<div style="width: 140px; height: 50px;"></div>