mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:25:10 +00:00
LibWeb: Expose contentDocument on HTMLObjectElement
This commit is contained in:
parent
5626e1b324
commit
fed11e625e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue