mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17: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:
parent
368c255368
commit
610a7603a2
3 changed files with 55 additions and 16 deletions
|
@ -0,0 +1,5 @@
|
|||
<!doctype html><style>
|
||||
td {
|
||||
position: absolute; /* force blockification */
|
||||
}
|
||||
</style><table><td>
|
Loading…
Add table
Add a link
Reference in a new issue