Files
ladybird/Tests/LibWeb/Text/expected/HTML/canvas-set-fill-style-without-layout-node.txt
Andreas Kling c7bf2021bc LibWeb: Don't require layout node when setting canvas 2D fillStyle
Use update_style_if_needed_for_element() and resolve colors via
computed properties instead of forcing a full layout update.
2026-02-22 12:43:01 +01:00

3 lines
31 B
Plaintext

#ff0000
rgba(0, 128, 255, 0.5)