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

10 lines
274 B
HTML

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