mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibWeb: Fix infinite loop in GFC growth limit distribution
This change is bd85e1b30b
ported from
base size to growth limit distribution.
Fixes https://github.com/SerenityOS/serenity/issues/21056
This commit is contained in:
parent
9b4ddff6a9
commit
693d602b2f
3 changed files with 45 additions and 11 deletions
|
@ -0,0 +1,17 @@
|
|||
<!doctype html><style>
|
||||
* {
|
||||
outline: 1px solid black;
|
||||
}
|
||||
html {
|
||||
font: inherit;
|
||||
}
|
||||
body {
|
||||
display: grid;
|
||||
}
|
||||
#item {
|
||||
grid-column: span 4 / auto;
|
||||
}
|
||||
#block {
|
||||
min-width: 0px;
|
||||
}
|
||||
</style><body><div id="item"><div id="block">Taika Waititi's Best Roles
|
Loading…
Add table
Add a link
Reference in a new issue