ladybird/Tests/LibWeb/Text
Andreas Kling 59e2416b61 LibWeb: Handle format(woff-variations) etc in @font-face src values
"format(woff-variations)" and pals are supposed to expand like so:
"format(woff) tech(variations)".

However, since we don't support tech() yet, this patch just adds a small
hack where we still treat "woff-variations" as "woff" so that fonts
load and get used, even if we don't make use of the variations yet.
2025-05-23 16:36:56 +02:00
..
data LibWeb: Add Extended Tests for Window BarProps 2025-03-29 02:35:27 +00:00
expected LibWeb: Handle format(woff-variations) etc in @font-face src values 2025-05-23 16:36:56 +02:00
input Tests: Import a WPT test for @font-face format specifiers 2025-05-23 16:36:56 +02:00