serenity/Tests
Andreas Kling 7115446995 LibWeb: Support font-size: calc()
Now that we have a way to resolve calc() lengths without a layout node,
we can finally support calc() values in font-size.

This wasn't possible before because font-related properties have to be
resolved eagerly in StyleComputer due to font-relative CSS length units
depending on the computed font being known.
2023-06-02 20:03:28 +02:00
..
AK AK: Correctly calculate size of the last AllocatingMemoryStream chunk 2023-05-29 13:30:46 +02:00
Kernel Tests/Kernel: Do not build TestEFault on AArch64 2023-05-28 05:05:09 -06:00
LibAudio
LibC LibC+Tests: Reduce fuzz iteration in TestMemalign to speed up CI 2023-06-01 20:28:41 +01:00
LibCompress
LibCore LibCore: Drop TestLibCoreIODevice 2023-05-27 07:16:01 +02:00
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx WebP/Lossy: Clamp negative quantization indices to zero 2023-06-01 17:36:20 +02:00
LibGL
LibIMAP
LibJS
LibLocale LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
LibMarkdown
LibPDF
LibRegex
LibSQL LibSQL: Free heap storage when deleting rows 2023-05-25 06:19:16 -07:00
LibTest
LibTextCodec
LibThreading
LibTimeZone LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
LibTLS
LibTTF
LibUnicode
LibVideo
LibWasm
LibWeb LibWeb: Support font-size: calc() 2023-06-02 20:03:28 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt