LibWeb/HTML: Stop observing lazy-loaded iframes when navigating

This commit is contained in:
Sam Atkins 2025-01-07 16:06:51 +00:00 committed by Andreas Kling
commit f11347739a
Notes: github-actions[bot] 2025-01-11 10:11:41 +00:00
3 changed files with 14 additions and 3 deletions

View file

@ -171,6 +171,7 @@ public:
virtual bool is_html_object_element() const { return false; }
virtual bool is_html_form_element() const { return false; }
virtual bool is_html_image_element() const { return false; }
virtual bool is_html_iframe_element() const { return false; }
virtual bool is_navigable_container() const { return false; }
virtual bool is_lazy_loading() const { return false; }