ladybird/Tests/LibWeb
Andreas Kling f7e57881ad LibWeb: Don't limit available space during early height for inline-flex
There was no need to set an available height constraint when doing early
height calculation for inline-flex boxes. It created a situation where
the flex containers could wrongly get zero height early, and then
resolve percentages against zero instead of the real intrinsic size.

Fixes #23942
2024-04-13 14:10:10 +02:00
..
Layout LibWeb: Don't limit available space during early height for inline-flex 2024-04-13 14:10:10 +02:00
Ref LibWeb: Paint SVGDecodedImageData via Navigable::paint() 2024-03-30 21:35:22 +01:00
Text LibWeb: Add test when networking task is interrupted by networking task 2024-04-13 12:07:33 +02:00
WPT
add_libweb_test.py Tests/LibWeb: Add a script to create a new test, starting with Text 2024-04-10 17:17:40 -06:00
CMakeLists.txt LibWeb: Return the correct substring when parsing an HTTP quoted string 2024-03-26 19:19:13 +00:00
rebaseline-libweb-test
TestConfig.ini LibWeb: Enable all of the skipped animation tests 2024-03-28 21:08:32 +01:00
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestFetchInfrastructure.cpp LibWeb: Return the correct substring when parsing an HTTP quoted string 2024-03-26 19:19:13 +00:00
TestFetchURL.cpp LibURL+LibWeb: Move data URL processing to LibWeb's fetch infrastructure 2024-03-25 08:13:27 +01:00
TestHTMLTokenizer.cpp
TestMicrosyntax.cpp
TestMimeSniff.cpp
TestNumbers.cpp
tokenizer-test.html