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
In the following test case the rect is off screen but it casts a shadow that should be visible. We currently don't display the shadow for this item but I believe we should (Gecko relies on it).
If the y offset of the rect is moved, say, from -100 to -99 so that a row of pixels of the rect becomes visible, then the full shadow is displayed correctly.