mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-21 08:48:57 +00:00
LibWeb: Treat min{max}-height as none if available is intrinsic [GFC]
Fixes infinite recursion in following cases: - max-height: fit-content - max-height: min-content - max-height: max-content
This commit is contained in:
parent
9dad8f55a4
commit
bfdf52701f
Notes:
github-actions[bot]
2024-12-03 22:10:55 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: bfdf52701f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2733
3 changed files with 25 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
<!doctype html><style>
|
||||
body {
|
||||
display: grid;
|
||||
max-height: fit-content;
|
||||
}
|
||||
</style>hello
|
Loading…
Add table
Add a link
Reference in a new issue