serenity/Tests/LibWeb
Aliaksandr Kalenik 7e2308d290 LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set
Spec defines `[LegacyNullToEmptyString]` on `value` argument of
`setProperty` but since `internal_set` calls `setProperty` directly
instead of using IDL generated binding, we need to make sure that null
is treated as empty string.

Fixes items grid loading on https://d.rsms.me/stuff/
2024-01-21 21:03:39 +01:00
..
Layout LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set 2024-01-21 21:03:39 +01:00
Ref LibGfx: Decrease flatness a little in Path::stroke_to_fill() 2024-01-21 19:23:31 +01:00
Text LibWeb: Add MouseEvent JavaScript constructor 2024-01-20 08:57:37 +01:00
WPT
CMakeLists.txt
rebaseline-libweb-test
TestConfig.ini
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestHTMLTokenizer.cpp
TestMicrosyntax.cpp
TestMimeSniff.cpp LibWeb/MimeSniff: Implement MP4 signature matching 2024-01-12 17:12:47 -07:00
TestNumbers.cpp
tokenizer-test.html