Hi Team,
I have recently started working with chromium/blink, so quite new to this code.
I wanted to understand where and how css pseudo elements(e.g webkit-scrollbar) are handled while applying style to any element. These elements are not treated as PseudoElement when we do "GetPseudoElement" on StyleResolveState which finally applies to any element.
Simple question here is to know how to identify this particular style change(state <StyleResolverState>) is defined for Css PseudoElement.
Thanks in advance.