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

The spec says the result of this algorithm is undefined in such cases, and it appears that other engines yield a zero size. More importantly, this prevents us from leaking a non-finite value into the layout tree.
3 lines
No EOL
97 B
HTML
3 lines
No EOL
97 B
HTML
<!doctype html><style>
|
|
body { width: max-content; }
|
|
</style><body><svg viewBox="0 0 10 10"></svg> |