diff --git a/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp b/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
index adc687c5e3..83dcc30473 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
+++ b/Userland/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
@@ -48,7 +48,6 @@ void HTMLIFrameElement::inserted()
// 3. Process the iframe attributes for element, with initialInsertion set to true.
process_the_iframe_attributes(true);
- load_src(attribute(HTML::AttributeNames::src));
}
}