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