ladybird/Tests/LibWeb
Callum Law 4ee8110449 LibWeb: Handle flood-opacity in line with other opacity properties
We now do the proper thing in terms of:
 - Allowing percentages
 - Returning the computed value in getComputedStyle
 - Handling values out of the [0,1] range

Gains us 13 WPT passes in the imported tests.
2025-07-18 11:04:55 -04:00
..
Assets LibWeb: Do not spin the event loop awaiting text track state changes 2025-06-12 12:25:23 -04:00
Crash Tests: Import attr()-related WPT tests 2025-07-16 14:47:45 +01:00
Fixtures Meta: Sort all python imports 2025-06-09 11:25:14 -04:00
Layout LibWeb: Improve graphical list item marker positioning 2025-07-17 09:35:09 +01:00
Ref Tests: Implement fuzzy screenshot comparisons in test-web 2025-07-17 12:59:11 +01:00
Screenshot Tests: Enable all screenshot tests on all platforms 2025-07-17 12:59:11 +01:00
test-web Tests: Enable all screenshot tests on all platforms 2025-07-17 12:59:11 +01:00
Text LibWeb: Handle flood-opacity in line with other opacity properties 2025-07-18 11:04:55 -04:00
add_libweb_test.py LibWebView+Tests+UI: Migrate headless-browser to test-web 2025-06-10 12:04:59 -04:00
CMakeLists.txt LibWeb/CSS: Parse the CSS <syntax> type into a tree 2025-07-16 14:47:45 +01:00
TestConfig.ini Tests: Enable all screenshot tests on all platforms 2025-07-17 12:59:11 +01:00
TestCSSIDSpeed.cpp
TestCSSInheritedProperty.cpp
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
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
tokenizer-test.html