LibWeb: Add missing constructors to HTMLElement IDLs

This commit is contained in:
Srikavin Ramkumar
2023-03-23 03:48:52 -04:00
committed by Andreas Kling
parent daf421846c
commit 5c8be3b072
70 changed files with 132 additions and 12 deletions

View File

@@ -5,6 +5,8 @@
[Exposed=Window]
interface HTMLFrameSetElement : HTMLElement {
[HTMLConstructor] constructor();
[Reflect] attribute DOMString cols;
[Reflect] attribute DOMString rows;