ladybird/Tests/LibWeb/Layout/input/blockify-layout-internal-box-without-crashing.html
Andreas Kling 610a7603a2 LibWeb: Implement more box type transformation edge cases
In particular, we now blockify layout internal boxes (e.g table parts)
by turning them into `block flow`. This fixes a crash when viewing
our GitHub repo :^)
2023-05-03 16:04:30 +02:00

5 lines
No EOL
100 B
HTML

<!doctype html><style>
td {
position: absolute; /* force blockification */
}
</style><table><td>