summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFrameSetElement.idl
blob: abf5699ec47921d39fbc5f392e7d13967f59f2b9 (plain)
1
2
3
4
5
6
interface HTMLFrameSetElement : HTMLElement {

    [Reflect] attribute DOMString cols;
    [Reflect] attribute DOMString rows;

};