mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Add stub implementation of CSS FontFace Web API
This commit is contained in:
parent
3a5eabc43b
commit
2c31d7dddc
Notes:
sideshowbarker
2024-07-17 03:35:16 +09:00
Author: https://github.com/ADKaster
Commit: 2c31d7dddc
Pull-request: https://github.com/SerenityOS/serenity/pull/24255
Issue: https://github.com/SerenityOS/serenity/issues/22014
7 changed files with 130 additions and 0 deletions
|
@ -48,6 +48,7 @@ static bool is_platform_object(Type const& type)
|
|||
"DOMRectReadOnly"sv,
|
||||
"EventTarget"sv,
|
||||
"FileList"sv,
|
||||
"FontFace"sv,
|
||||
"FormData"sv,
|
||||
"HTMLCollection"sv,
|
||||
"ImageBitmap"sv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue