blob: 4e5d9125f61fc483d139f8aa9271fa8de557999c [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
table {
background-color: green;
border-spacing: 0px;
border: 100px solid green;
}
</style>
<div style="height: 500px;">
<table><tr><td style="height: 100%; background-color: red; padding: 0px"></td></tr></table>
</div>