mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
This makes the default style for `<select>` elements match that of gecko (https://searchfox.org/mozilla-central/rev/a1f4cb9fc03d81be41ca2ba81294592df784364d/layout/style/res/forms.css#217-243), with some small modifications because servo does not have fancy things like `color: -moz-ComboboxText;`. Testing: Includes a new web platform test Fixes: https://github.com/servo/servo/issues/37895 --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>