ladybird/Tests
Andreas Kling 3372a691da LibWeb: Don't let items flex to infinite size in column layout
When sizing under a max-content constraint, we allow flex lines to have
an infinite amount of "remaining space", but we shouldn't let infinity
leak into the geometry of items. So treat it as zero in arithmetic.

This fixes an issue where inline SVGs with natural aspect ratio (from
viewBox) but no natural width or height could get an infinite size as
flex items.
2023-07-06 09:25:48 +02:00
..
AK
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
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: Don't let items flex to infinite size in column layout 2023-07-06 09:25:48 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt