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 Servo, the text inside the <select> is blue, in firefox (and all other browsers) it is black.
This particular case could be fixed by adding color: initial to the shadow tree, but we likely don't want to do this for every single css property. Perhaps there's a way to tell stylo to not cascade styles here?