summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
diff options
context:
space:
mode:
authorIdan Horowitz <idan.horowitz@gmail.com>2022-03-24 22:07:23 +0200
committerAndreas Kling <kling@serenityos.org>2022-03-24 21:37:49 +0100
commitfed11e625efe1718e498e30ab512c47aa75819a5 (patch)
treead7081e550e0c8337c957b187e604ca72b8691c1 /Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
parent5626e1b32414425de7324a220e969b0ae5101095 (diff)
downloadserenity-fed11e625efe1718e498e30ab512c47aa75819a5.zip
LibWeb: Expose contentDocument on HTMLObjectElement
Diffstat (limited to 'Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl')
-rw-r--r--Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl b/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
index 694b2361b3..ea00499873 100644
--- a/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
+++ b/Userland/Libraries/LibWeb/HTML/HTMLObjectElement.idl
@@ -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;