Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLImageElement.cpp
Tobias Christiansen 9a1ac662f1 LibWeb: Don't try to load anything if src is empty in <img>
Previously we tried to load "" if the src was present but empty and
essentially only waited for RequestServer to time out.
2021-05-24 17:45:09 +01:00

2.4 KiB