1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:18:11 +00:00

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

View file

@ -9,6 +9,8 @@ interface HTMLObjectElement : HTMLElement {
[Reflect] attribute DOMString width; [Reflect] attribute DOMString width;
[Reflect] attribute DOMString height; [Reflect] attribute DOMString height;
readonly attribute Document? contentDocument;
[Reflect] attribute DOMString align; [Reflect] attribute DOMString align;
[Reflect] attribute DOMString archive; [Reflect] attribute DOMString archive;
[Reflect] attribute DOMString code; [Reflect] attribute DOMString code;