1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09:00
ladybird/Tests/LibWeb
Callum Law 64f09b520d LibWeb: Be less aggressive in marking elements as not being named
When an element's ID is removed we only want to remove it from
`m_potentially_named_elements` if it is not also considered a
potentially named element due to it's name content attribute.
2025-05-22 16:56:02 +02: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 Tests/LibWeb: Fix type for delay_ms property in HTTP echo server 2024-12-07 15:49:15 +00:00
Layout LibWeb: Handle non-OK network responses in <object> elements 2025-05-21 12:13:20 -06:00
Ref LibWeb/CSS: Use case insensitive tag and attribute name in ancestor hash 2025-05-21 08:54:40 -04:00
Screenshot LibWeb: Use efficient background repeat path for either direction 2025-05-09 21:37:48 +02:00
Text LibWeb: Be less aggressive in marking elements as not being named 2025-05-22 16:56:02 +02:00
add_libweb_test.py Everywhere: Format all python files with black 2025-05-22 16:21:42 +02:00
CMakeLists.txt LibWeb: Only use code unit length for is_code_unit_prefix 2025-05-12 11:20:32 +02:00
TestConfig.ini Tests: Re-enable some ref tests that now pass 2025-05-19 14:12:25 +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
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: Fix hex character references accepting all alphabetic ASCII 2025-01-07 00:43:41 +01:00
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