ladybird/Tests/LibWeb
Shannon Booth 642a2430a9 LibWeb/DOM: Properly extract local name and prefix from strict split
Previously we were taking the local name from everything after the
first ':', instead of second element of strictly splitting qualified
name.
2025-07-09 10:57:14 +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 previous word location when moving selection offset 2025-07-03 10:28:38 +01:00
Fixtures Meta: Sort all python imports 2025-06-09 11:25:14 -04:00
Layout LibWeb: Account for natural aspect ratio in calculate_min_content_height 2025-07-08 22:35:04 +02:00
Ref Revert "Tests: Replace background-near-zero-svg test with WPT import" 2025-07-07 06:53:21 -04:00
Screenshot LibWeb: Fix selection when start node is inside end node 2025-07-04 20:19:50 +02:00
test-web Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
Text LibWeb/DOM: Properly extract local name and prefix from strict split 2025-07-09 10:57:14 +02:00
add_libweb_test.py LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
TestConfig.ini Tests: Unskip selection-over-multiple-code-units.html test 2025-07-03 10:27:39 +01:00
TestCSSIDSpeed.cpp
TestCSSInheritedProperty.cpp
TestCSSPixels.cpp
TestCSSTokenStream.cpp
TestFetchInfrastructure.cpp
TestFetchURL.cpp
TestHTMLTokenizer.cpp LibWeb: Add simple named character reference test to TestHTMLTokenizer 2025-07-04 11:57:19 +02:00
TestHTMLTokenizerSwift.swift
TestLibWebSwiftBindings.swift
TestMicrosyntax.cpp
TestMimeSniff.cpp LibWeb/MimeSniff: Add MP3 without ID3 sniffing 2025-06-09 07:50:26 -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