Callum Law
e114c7341e
LibWeb: Support <custom-ident> in FontFaceSet::load()
...
This exposed a false positive in our test suite which has been fixed and
made more robust
2026-01-13 10:40:00 +00:00
Psychpsyo
b3487d8994
Meta: Add DOCTYPEs to most text tests
2025-03-20 11:50:49 +01:00
Sam Atkins
08253d6aee
Tests/LibWeb: Move assets used by multiple test types into Assets/
...
Having to go through multiple levels of .. is not ideal, but less odd
than reaching into another test type's data files.
2024-11-05 14:02:07 +00:00
Timothy Flynn
9bdf2e928c
LibWeb: Begin implementing FontFaceSet.prototype.load
...
This implementation is incomplete in that we do not fully implement the
steps to match the given font against the fonts in the set.
This is used by fonts.google.com to load the fonts used for sample text.
2024-10-24 17:50:19 +02:00