ladybird/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 LibWeb: Handle leading whitespace in grid-template-* block components 2023-06-18 13:41:15 +02:00
percentage-stroke-width-crash.html LibWeb: Don't crash on percentage values for CSS stroke-width 2023-05-21 12:40:27 +02:00
set-display-null.html LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set 2024-01-21 21:03:39 +01:00