LibWeb: Update base URL change processing

Corresponds to 49f5cd381e
This commit is contained in:
Sam Atkins 2025-08-07 13:37:11 +01:00
commit 0b998b8379
Notes: github-actions[bot] 2025-08-11 11:24:22 +00:00
5 changed files with 36 additions and 4 deletions

View file

@ -95,6 +95,9 @@ void HTMLBaseElement::set_the_frozen_base_url()
// 4. Set element's frozen base URL to urlRecord.
m_frozen_base_url = url_record.release_value();
// 5. Respond to base URL changes given document.
document.respond_to_base_url_changes();
}
// https://html.spec.whatwg.org/multipage/semantics.html#dom-base-href