summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLPreElement.idl
blob: e94e676070e7365d1bd5e2fbae4d08850e3300aa (plain)
1
2
3
4
5
6
7
8
9
#import <HTML/HTMLElement.idl>

// https://html.spec.whatwg.org/multipage/grouping-content.html#htmlpreelement
[Exposed=Window]
interface HTMLPreElement : HTMLElement {



};