LibWeb: Expose contentDocument on HTMLObjectElement

This commit is contained in:
Idan Horowitz 2022-03-24 22:07:23 +02:00 committed by Andreas Kling
parent 5626e1b324
commit fed11e625e
Notes: sideshowbarker 2024-07-17 16:49:01 +09:00

View file

@ -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;