mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWeb: Implement (naive) version of HTMLIFrameElement.contentWindow
This should really return the WindowProxy, but since we don't have the infrastructure set up just yet, just return the window object itself for now.
This commit is contained in:
@@ -13,6 +13,9 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
|
||||
readonly attribute Document? contentDocument;
|
||||
|
||||
// FIXME: Should return a WindowProxy?
|
||||
readonly attribute Window? contentWindow;
|
||||
|
||||
[Reflect] attribute DOMString align;
|
||||
[Reflect] attribute DOMString scrolling;
|
||||
[Reflect=frameborder] attribute DOMString frameBorder;
|
||||
|
||||
Reference in New Issue
Block a user