serenity/Tests
Andreas Kling 97edca4e4e LibWeb: Fix overeager fallback to stretch-fit width for some flex items
If a flex item has a preferred aspect ratio and the flex basis is not
definite, we were falling back to using stretch-fit for the main size,
since that appeared to match other browsers.

However, we missed the case where we actually have a definite cross size
through which the preferred aspect ratio can be naturally resolved.

(cherry picked from commit db1faef786dbd1722bbe6a1f4a5616f3069bdb6a)
2024-06-26 14:13:40 +02:00
..
AK AK: Introduce AK::Generator 2024-06-13 17:40:24 +02:00
ClangPlugins ClangPlugins: Check for strong root fields in GC allocated objects 2024-05-30 09:29:20 -06:00
JSSpecCompiler
Kernel
LibAudio
LibC
LibCompress LibCompress: Add an LZW compressor 2024-05-14 12:33:53 -06:00
LibCore Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
LibCpp
LibCrypto LibCrypto: Move some data around earlier in GHash to make it go faster 2024-05-20 08:03:35 +02:00
LibDeviceTree
LibDiff
LibEDID
LibELF Tests/LibELF: Run LibELF tests on Lagom using Linux runtime linker 2024-05-08 09:21:36 -06:00
LibGfx LibGfx/WebPLoader: Survive calling loop_count() before other accessors 2024-06-03 07:48:53 +02:00
LibGL
LibGLSL
LibHTTP LibHTTP: Support chunked transfer encoding in async HTTP client 2024-06-13 17:40:24 +02:00
LibIMAP
LibJS
LibLocale
LibMarkdown
LibPDF
LibRegex
LibSemVer
LibSQL
LibTest LibTest: Add Test::AsyncMemory{Input,Output}Stream 2024-06-13 17:40:24 +02:00
LibTextCodec
LibThreading Userland: Add ESCAPING annotations to a bunch of places 2024-05-22 21:55:34 -06:00
LibTimeZone
LibTLS
LibTTF
LibUnicode
LibURL
LibVideo
LibWasm LibWasm: Add missing spec-test imports 2024-06-13 23:14:39 +02:00
LibWeb LibWeb: Fix overeager fallback to stretch-fit width for some flex items 2024-06-26 14:13:40 +02:00
LibWebView
LibXML
Spreadsheet
Utilities
CMakeLists.txt