mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb/HTML: Fire load event for non-string javascript: URLs
Corresponds to 8abe559982
The relevant test doesn't pass, so we're probably missing some other
part of this mechanism:
https://wpt.live/html/semantics/embedded-content/the-embed-element/embed-javascript-url.html
This commit is contained in:
committed by
Shannon Booth
parent
27ba216e3f
commit
2efad4c941
Notes:
github-actions[bot]
2025-05-15 22:22:15 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/2efad4c9415 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4749
@@ -30,7 +30,7 @@ private:
|
||||
virtual i32 default_tab_index_value() const override;
|
||||
virtual void adjust_computed_style(CSS::ComputedProperties&) override;
|
||||
|
||||
void process_the_frame_attributes(bool initial_insertion = false);
|
||||
void process_the_frame_attributes(InitialInsertion = InitialInsertion::No);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user