1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

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 :^)
This commit is contained in:
Andreas Kling 2023-05-03 14:59:44 +02:00
parent 368c255368
commit 610a7603a2
3 changed files with 55 additions and 16 deletions

View file

@ -0,0 +1,5 @@
<!doctype html><style>
td {
position: absolute; /* force blockification */
}
</style><table><td>