LibWeb: Add HTMLPreElement width property

This commit is contained in:
Bastiaan van der Plaat 2024-02-20 17:06:36 +01:00 committed by Andrew Kaster
commit 089a98607c
Notes: sideshowbarker 2024-07-16 22:22:13 +09:00
5 changed files with 54 additions and 1 deletions

View file

@ -7,6 +7,6 @@ interface HTMLPreElement : HTMLElement {
[HTMLConstructor] constructor();
// Obsolete
// FIXME: [CEReactions, Reflect] attribute long width;
[CEReactions] attribute long width;
};