In Servo we got a [bug report](https://github.com/servo/servo/issues/41375) because we are not propagating it, but other browsers do. I don't see https://drafts.csswg.org/filter-effects-1/#FilterProperty saying that it should be propagated, but I guess it makes sense to do it. ```html <!DOCTYPE html> <style> :root { background: red; border: 10px solid red; filter: hue-rotate(120deg); } </style> ``` | Servo | Gecko, Blink, WebKit | | - | - | | <img width="219" height="120" alt="Image" src="https://github.com/user-attachments/assets/6d8bf64b-59ba-4257-af5d-2960181d40fd" /> | <img width="219" height="120" alt="Image" src="https://github.com/user-attachments/assets/78366b63-c69b-475e-bf59-58d870bf1c6a" /> |