haikuwebkit/LayoutTests/fast/layoutformattingcontext/absolute-positioned-simple-...

12 lines
292 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
table {
position: absolute;
top: 0px;
bottom: 10px;
left: 0px;
right: 10px;
}
</style>
<table><tr><td>table cell</td></tr></table>