serenity/Tests/LibWeb/Layout/input/misc
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
..
corner-radius.html LibWeb: Check if corners have radius after converting to device pixels 2024-01-15 15:21:17 +01:00
create-iframes-using-innerhtml.html LibWeb: Stop assuming navigable's existance in FrameBox 2024-01-20 20:34:30 +00:00
grid-template-block-components-whitespace-crash.html
percentage-stroke-width-crash.html
set-display-null.html LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set 2024-01-21 21:03:39 +01:00