1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 07:21:00 +00:00
serenity/Tests/LibWeb/Layout/expected/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.txt
create-iframes-using-innerhtml.txt
grid-template-block-components-whitespace-crash.txt
percentage-stroke-width-crash.txt
set-display-null.txt LibWeb: Treat null as empty string in CSSStyleDeclaration::internal_set 2024-01-21 21:03:39 +01:00