mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Allow custom properties in CSSStyleDeclaration.removeProperty()
This commit is contained in:
parent
ce26e5d757
commit
ac5699c8fc
Notes:
github-actions[bot]
2024-11-21 12:17:14 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: ac5699c8fc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2460
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 22 additions and 14 deletions
|
@ -16,5 +16,8 @@
|
|||
document.body.appendChild(div);
|
||||
|
||||
println(getComputedStyle(nested).backgroundColor);
|
||||
|
||||
div.style.removeProperty("--redcolor");
|
||||
println(getComputedStyle(nested).backgroundColor);
|
||||
});
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue