Files
ladybird/Userland/Libraries/LibWeb/Layout/LayoutState.cpp
Aliaksandr Kalenik e5dcfe3905 LibWeb: Verify that value is not saturated in set_content_width/height
Checking if CSSPixels contains a finite value is no longer makes sense
after converting to fixed-point arithmetics. Instead there should
assertion that used value is not saturated.
2023-07-29 17:23:27 +02:00

20 KiB