mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:18:12 +00:00
LibWeb: Implement getSVGDocument() for BrowsingContextContainer
Specifically HTMLIFrameElement and HTMLObjectElement. HTMLEmbedElement will gain it automatically once it's also converted to inherit from BrowsingContextContainer.
This commit is contained in:
parent
fed11e625e
commit
f82d4d001d
4 changed files with 18 additions and 0 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
const DOM::Document* content_document() const;
|
||||
DOM::Document const* content_document_without_origin_check() const;
|
||||
|
||||
DOM::Document const* get_svg_document() const;
|
||||
|
||||
protected:
|
||||
void create_new_nested_browsing_context();
|
||||
void discard_nested_browsing_context();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue