ladybird/Tests/LibWeb
Andreas Kling f00f975cf4 LibWeb: Treat percentage max-width as none during min-content sizing
...but only for non-replaced boxes. This is what CSS-SIZING-3 tells us
to do, and we were already doing it for width, but neglecting max-width.
2025-09-28 19:25:18 +02:00
..
Assets LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
Crash LibWeb: Use correct root element when resolving paint properties 2025-09-10 11:35:02 +02:00
Fixtures Tests: Add 'reflect' option to http-test-server.py 2025-09-24 10:12:56 +01:00
Layout LibWeb: Treat percentage max-width as none during min-content sizing 2025-09-28 19:25:18 +02:00
Ref LibWeb: Handle interpolation of grid track size lists 2025-09-26 11:15:08 +01:00
Screenshot LibWeb: Support percentage attributes on SVG rect element 2025-09-28 19:25:18 +02:00
test-web LibWebView+UI: Move clipboard handling from the WebView to the App 2025-09-19 06:38:52 -04:00
Text LibWeb: Disallow ASF in DOMMatrix constructor 2025-09-28 17:43:25 +02:00
add_libweb_test.py Tests/LibWeb: Generate screenshot test boilerplate in add_libweb_test.py 2025-08-05 09:59:47 +01:00
CMakeLists.txt LibWeb/CSS: Parse the CSS <syntax> type into a tree 2025-07-16 14:47:45 +01:00
TestConfig.ini Tests: Disable a few tests that regularly flake on CI 2025-09-25 10:35:28 +01:00
TestCSSIDSpeed.cpp
TestCSSInheritedProperty.cpp Meta/LibWeb: Use correct shorthand range in is_inherited_property 2024-12-22 12:33:41 +01:00
TestCSSPixels.cpp
TestCSSSyntaxParser.cpp LibWeb/CSS: Parse the CSS <syntax> type into a tree 2025-07-16 14:47:45 +01:00
TestCSSTokenStream.cpp
TestFetchInfrastructure.cpp
TestFetchURL.cpp Everywhere: Remove some use of the URL constructors 2025-02-19 08:01:35 -05:00
TestHTMLTokenizer.cpp LibWeb: Add simple named character reference test to TestHTMLTokenizer 2025-07-04 11:57:19 +02:00
TestHTMLTokenizerSwift.swift LibWeb: Add remaining states to the Swift tokenizer 2024-11-15 10:51:45 -07:00
TestLibWebSwiftBindings.swift
TestMicrosyntax.cpp
TestMimeSniff.cpp LibWeb/MimeSniff: Update Rar signature to match spec 2025-07-31 16:21:20 +02:00
TestNumbers.cpp
TestStrings.cpp LibWeb: Only use code unit length for is_code_unit_prefix 2025-05-12 11:20:32 +02:00
tokenizer-test.html