diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLBRElement.idl')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLBRElement.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLBRElement.idl b/Libraries/LibWeb/HTML/HTMLBRElement.idl deleted file mode 100644 index a71383c890..0000000000 --- a/Libraries/LibWeb/HTML/HTMLBRElement.idl +++ /dev/null @@ -1,5 +0,0 @@ -interface HTMLBRElement : HTMLElement { - - [Reflect] attribute DOMString clear; - -}; |