mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 16:59:47 +00:00
LibWeb: Add basic input range rendering
This commit is contained in:
parent
d28c400fcb
commit
0f37e0ee89
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/bplaat
Commit: 0f37e0ee89
Pull-request: https://github.com/SerenityOS/serenity/pull/22238
7 changed files with 169 additions and 3 deletions
|
|
@ -37,6 +37,8 @@ public:
|
|||
ProgressBar,
|
||||
Placeholder,
|
||||
Selection,
|
||||
SliderRunnableTrack,
|
||||
SliderThumb,
|
||||
|
||||
// Keep this last.
|
||||
KnownPseudoElementCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue