LibWeb: Implement HTMLFrameElement.noResize
This commit is contained in:
parent
e363e89189
commit
66528a17cb
Notes:
sideshowbarker
2024-07-16 22:51:10 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/66528a17cb Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ interface HTMLFrameElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString src;
|
||||
[CEReactions, Reflect=frameborder] attribute DOMString frameBorder;
|
||||
[CEReactions, Reflect=longdesc] attribute DOMString longDesc;
|
||||
[FIXME, CEReactions] attribute boolean noResize;
|
||||
[CEReactions, Reflect=onresize] attribute boolean noResize;
|
||||
[FIXME] readonly attribute Document? contentDocument;
|
||||
[FIXME] readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue