Browse Source

LibWeb: Expose contentDocument on HTMLObjectElement

Idan Horowitz 3 năm trước cách đây
mục cha
commit
fed11e625e

+ 2 - 0
Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl

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