serenity/Tests/LibWeb
Kenneth Myhra 30a02fef91 LibWeb: Add one of the two documented constructors to ImageData
Also adds the IDL types:
- dictionary ImageDataSettings
- enum PredefinedColorSpace.
2024-03-24 11:09:09 +01:00
..
Layout LibWeb: Allow any FC type for replaced boxes in dimension_box_on_line() 2024-03-23 20:57:05 +01:00
Ref Tests/LibWeb: Add ref test for implicit canvas moves/lines 2024-03-21 09:19:22 +01:00
Text LibWeb: Add one of the two documented constructors to ImageData 2024-03-24 11:09:09 +01:00
WPT Meta: Do not place headless-browser and WebDriver in libexec 2024-03-16 19:44:40 -04:00
CMakeLists.txt LibWeb: Add test for week_number_of_the_last_day microsyntax 2023-12-11 14:04:27 -07:00
rebaseline-libweb-test Meta: Do not place headless-browser and WebDriver in libexec 2024-03-16 19:44:40 -04:00
TestConfig.ini Tests/LibWeb: Actually skip the flaky Crypto tests 2024-03-20 20:30:22 +01:00
TestCSSIDSpeed.cpp
TestCSSPixels.cpp LibWeb: Remove rounding division for CSSPixels 2024-01-06 21:40:27 +01:00
TestHTMLTokenizer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestMicrosyntax.cpp LibWeb: Add test for week_number_of_the_last_day microsyntax 2023-12-11 14:04:27 -07:00
TestMimeSniff.cpp LibWeb/MimeSniff: Add non-standard text or binary context sniffing 2024-02-02 14:34:17 -05:00
TestNumbers.cpp LibWeb: Implement spec-compliant integer parsing 2023-08-24 22:26:53 +01:00
tokenizer-test.html