Skip to content

Conversation

servo-wpt-sync
Copy link
Collaborator

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: servo/servo#37895

Reviewed in servo/servo#38570

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review process for this patch is being conducted in the Servo project.

@servo-wpt-sync servo-wpt-sync changed the title Set color and text decoration on <select> elements by default layout: Set color and text decoration on <select> elements by default Aug 9, 2025
@servo-wpt-sync servo-wpt-sync force-pushed the servo_export_38570 branch 3 times, most recently from b08f1c7 to 7dac634 Compare August 14, 2025 11:58
Signed-off-by: Simon Wülker <[email protected]>
@servo-wpt-sync servo-wpt-sync merged commit f431a74 into web-platform-tests:master Aug 14, 2025
25 checks passed
@servo-wpt-sync servo-wpt-sync deleted the servo_export_38570 branch August 14, 2025 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<select> elements (and other form controls) should override certain css properties
3 participants