ladybird/Tests
Andreas Kling 5955a504e0 LibWeb: Allow font-family names to start with -
We achieve this by making properties that accept a custom-ident value
skip the "someone else's vendor prefix" check for values that start with
a `-` character.

This fixes an issue where e.g `font-family: Arial, -apple-system` would
be rejected by the parser completely. We now treat `-apple-system` like
an identifier in such cases.

Also add `valid-types` metadata for the `font-family` property so this
actually works. :^)
2023-07-06 14:30:06 +02:00
..
AK AK: Add URLParser relative file URL test 2023-06-18 15:16:08 +02:00
Kernel
LibAudio LibAudio: Extract loader stream creation from the plugins 2023-06-27 15:28:22 +01:00
LibC
LibCompress
LibCore
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx Tests: Add a test for grayscale JPEGs with an App14 segment 2023-07-05 20:58:25 +01:00
LibGL
LibIMAP
LibJS test262-runner+js: Respect the bytecode optimizations enabled flag 2023-06-27 14:35:23 +03:30
LibLocale
LibMarkdown
LibPDF
LibRegex LibRegex: Bail parsing class set characters upon early EOF 2023-06-23 20:22:45 +02:00
LibSQL LibSQL: Prevent writing to free heap blocks 2023-06-13 16:33:42 -04:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibVideo Tests/LibVideo: Add a test for Matroska files containing CRC32 elements 2023-06-25 20:27:02 -04:00
LibWasm
LibWeb LibWeb: Allow font-family names to start with - 2023-07-06 14:30:06 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt