Skip to content
Commit dee3cce6 authored by Andrea Iacovitti's avatar Andrea Iacovitti
Browse files

Fix applying Initial and Inherit for background-size property.

Need to set both type and lengths of bg-size, currently only lengths was
set using setBackgroundSize() (see HANDLE_BACKGROUND_VALUE macro).
Remove separate handling of type and lengths as they are interdependent
and use setBackgroundSize() to set both, making this code less error-prone
and avoiding dealing with the macro.
BUG: 363677
parent bb61aed4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment