blob: 7a5701a4e3c0b3bc2a97af85fd07ce46358847f0 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=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>