mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
LibWeb: Expose contentDocument on HTMLObjectElement
This commit is contained in:
parent
5626e1b324
commit
fed11e625e
Notes:
sideshowbarker
2024-07-17 16:49:01 +09:00
Author: https://github.com/IdanHo
Commit: fed11e625e
Pull-request: https://github.com/SerenityOS/serenity/pull/13244
Reviewed-by: https://github.com/trflynn89 ✅
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ interface HTMLObjectElement : HTMLElement {
|
|||
[Reflect] attribute DOMString width;
|
||||
[Reflect] attribute DOMString height;
|
||||
|
||||
readonly attribute Document? contentDocument;
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect] attribute DOMString archive;
|
||||
[Reflect] attribute DOMString code;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue