serenity/Tests
Andreas Kling e99a6fede4 LibWeb: Allow IFC to size inline-flex boxes midway through flex layout
The part in FFC where we ask the parent formatting context to size the
flex container midway through layout is really weird, but let's at least
be consistently weird for BFC and IFC. Since IFC always works within its
parent BFC, it can simply forward these requests to the BFC.

This fixes an issue where inline-flex containers incorrectly had main
axis margins subtracted from their content size.
2023-06-19 18:51:00 +02:00
..
AK AK: Add URLParser relative file URL test 2023-06-18 15:16:08 +02:00
Kernel Tests/Kernel: Do not build TestEFault on AArch64 2023-05-28 05:05:09 -06:00
LibAudio
LibC Tests: Un-flake the recent TestEnvironment addition 2023-06-06 12:20:38 +02:00
LibCompress
LibCore LibCore: Drop TestLibCoreIODevice 2023-05-27 07:16:01 +02:00
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx Tests: Move pbm, pgm, ppm test images into pnm/ subfolder 2023-06-19 06:42:00 -04:00
LibGL
LibIMAP
LibJS Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
LibLocale LibTimeZone+Userland: Change timezone functions to use UnixDateTime 2023-05-24 23:18:07 +02:00
LibMarkdown
LibPDF
LibRegex LibRegex: Do not treat repeats followed by fallthroughs as atomic 2023-06-14 06:41:17 +02:00
LibSQL LibSQL: Prevent writing to free heap blocks 2023-06-13 16:33:42 -04: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: Allow IFC to size inline-flex boxes midway through flex layout 2023-06-19 18:51:00 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt