Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Luke Wilde 1d0fe2325c LibWeb: Don't call load_src after process_the_iframe_attributes
process_the_iframe_attributes already causes a navigation, so this
would cause a double navigation and blow away any setup that JS may
have done from events fired in process_the_iframe_attributes.
2022-11-07 14:10:41 +01:00

6.8 KiB