You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect inset-shadow-[shadowspec1,shadowspec2] to render 2 inset shadows, but in fact all but the first are rendered as outer shadows.
In my reproduction the second shadow is red, and should appear inside the element on the right side, but it appears outside the element on the left side.
I can work around it by adding inset_ at the start of the 2nd (and further) shadow specs, such as with inset-shadow-[shadowspec1,inset_shadowspec2]