LibWeb: Implement HTMLFrameElement.marginHeight

This commit is contained in:
Jamie Mansfield 2024-07-12 23:27:52 +01:00 committed by Andreas Kling
parent 2dbd71d54b
commit 4edc946aed
Notes: sideshowbarker 2024-07-17 02:05:41 +09:00

View file

@ -15,7 +15,7 @@ interface HTMLFrameElement : HTMLElement {
[FIXME] readonly attribute Document? contentDocument;
[FIXME] readonly attribute WindowProxy? contentWindow;
[FIXME, CEReactions, LegacyNullToEmptyString] attribute DOMString marginHeight;
[CEReactions, LegacyNullToEmptyString, Reflect=marginheight] attribute DOMString marginHeight;
[FIXME, CEReactions, LegacyNullToEmptyString] attribute DOMString marginWidth;
};