1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Tests/LibWeb
Sam Atkins 1fe29ac642 LibWeb/CSS: Bring :lang() matching closer to spec
With this, we pass the 8 ref tests in css/selectors/selectors-4/ which
previously failed. This is not technically a full implementation, as we
are supposed to first canonicalize the language range and tag, but that
will require downloading and processing the IANA language subtag
registry:

https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry

That's significantly more work, and WPT doesn't seem to test any cases
that require that, so we can leave it for now.
2025-05-15 16:40:44 +01:00
..
Assets LibWeb: Check if navigable has active window before navigating 2025-02-28 23:15:35 +01:00
Crash LibWeb: Fix SRI handling of badly-formatted strings 2025-05-06 13:02:58 -04:00
Fixtures
Layout Meta: Add doctypes to all grid layout tests 2025-05-13 03:49:32 +03:00
Ref LibWeb/CSS: Bring :lang() matching closer to spec 2025-05-15 16:40:44 +01:00
Screenshot LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
Text LibWeb: Invalidate viewport's text blocks cache on layout update 2025-05-15 11:44:32 +01:00
add_libweb_test.py
CMakeLists.txt LibWeb: Only use code unit length for is_code_unit_prefix 2025-05-12 11:20:32 +02:00
TestConfig.ini LibGfx: Only include frames with fcTL chunks in the animation 2025-05-01 10:30:00 +02:00
TestCSSIDSpeed.cpp
TestCSSInheritedProperty.cpp
TestCSSPixels.cpp
TestCSSTokenStream.cpp
TestFetchInfrastructure.cpp
TestFetchURL.cpp
TestHTMLTokenizer.cpp
TestHTMLTokenizerSwift.swift
TestLibWebSwiftBindings.swift
TestMicrosyntax.cpp
TestMimeSniff.cpp LibWeb/MimeSniff: Add WebM signature sniffing and VINT parsing 2025-05-15 09:39:19 -06: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