mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 02:38:11 +00:00

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 :^)
5 lines
No EOL
100 B
HTML
5 lines
No EOL
100 B
HTML
<!doctype html><style>
|
|
td {
|
|
position: absolute; /* force blockification */
|
|
}
|
|
</style><table><td> |