mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 22:49:47 +00:00
parent
7c8c05ee82
commit
0b998b8379
Notes:
github-actions[bot]
2025-08-11 11:24:22 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0b998b8379
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5763
5 changed files with 36 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue