Files
ladybird/Tests/LibWeb/Layout/input/table/table-cell-with-flex-display.html
Jelle Raaijmakers d597bba5cf LibWeb: Align anonymous table-cell flex/grid wrappers to top
Vertical-align padding should not apply to anonymous table-cells that
wrap a flex/grid container, as the container handles its own alignment.
2026-01-21 23:44:23 +01:00

12 lines
167 B
HTML

<!DOCTYPE html>
<style>
.flex {
display: flex;
}
.tall {
height: 100px;
width: 100px;
}
</style>
<table><td class="flex">foo</td><td><div class="tall">bar