mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 16:09:23 +00:00
Fixes infinite recursion in following cases: - max-height: fit-content - max-height: min-content - max-height: max-content
6 lines
No EOL
109 B
HTML
6 lines
No EOL
109 B
HTML
<!doctype html><style>
|
|
body {
|
|
display: grid;
|
|
max-height: fit-content;
|
|
}
|
|
</style>hello |