Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLProgressElement.cpp
Jelle Raaijmakers 6e1333cc71 LibWeb: Prevent crashes with progress element's value and max attributes
If either of these attributes are missing, do not crash in `strtod()`
but return a default value instead.
2022-03-03 14:14:33 +01:00

1.8 KiB