blob: 16eba661e9dc4584607622c8b7889069c23b9ce2 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
body {
font-size: 20px;
font-family: ahem;
}
.flex {
display: flex;
border: 10px solid blue;
width: 600px;
}
</style>
<div class=flex>
<div style="background-color: red">flex items</div>
<div style="background-color: white;">flex items</div>
<div style="background-color: green">everywhere</div>
</div>