mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibWeb: Expose contentDocument on HTMLObjectElement
This commit is contained in:
committed by
Andreas Kling
parent
5626e1b324
commit
fed11e625e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user