Skip to content

Commit c68c80f

Browse files
committed
Bug 1916774 [wpt PR 47965] - Require ::picker(select) appearance:base-select opt-in, a=testonly
Automatic update from web-platform-tests Require ::picker(select) appearance:base-select opt-in This patch requires that not only appearance:base-select be applied to <select> to make the popup be a popover, but also for appearance:base-select to be applied to select::picker(select). This is being discussed here: w3c/csswg-drafts#10440 Change-Id: Ib089a9f8a4c0bea30d2f4fb9da1df185f4272db0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5819694 Commit-Queue: Joey Arhar <jarharchromium.org> Reviewed-by: David Baron <dbaronchromium.org> Cr-Commit-Position: refs/heads/main{#1350885} -- wpt-commits: c8fad8cf3d6e7fdc570048f03d9803d956060b2a wpt-pr: 47965 UltraBlame original commit: 2ccd8063587e2922984dfb4bd9a7223472e3c16f
1 parent 6af9064 commit c68c80f

6 files changed

+75
-19
lines changed

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-accessibility-minimum-target-size.tentative.html

+18-4
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,30 @@
150150
script
151151
>
152152
<
153-
select
154153
style
155-
=
156-
"
154+
>
155+
select
156+
select
157+
:
158+
:
159+
picker
160+
(
161+
select
162+
)
163+
{
157164
appearance
158165
:
159166
base
160167
-
161168
select
162-
"
169+
;
170+
}
171+
<
172+
/
173+
style
174+
>
175+
<
176+
select
163177
>
164178
<
165179
option

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-fallback-datalist-animations.tentative.html

+7
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,13 @@
141141
style
142142
>
143143
select
144+
select
145+
:
146+
:
147+
picker
148+
(
149+
select
150+
)
144151
{
145152
appearance
146153
:

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-keyboard-behavior.tentative.html

+7
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,13 @@
214214
style
215215
>
216216
select
217+
select
218+
:
219+
:
220+
picker
221+
(
222+
select
223+
)
217224
{
218225
appearance
219226
:

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-mouse-behavior.tentative.html

+7
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,13 @@
205205
style
206206
>
207207
select
208+
select
209+
:
210+
:
211+
picker
212+
(
213+
select
214+
)
208215
{
209216
appearance
210217
:

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/select-option-hover-styles.tentative.html

+16-9
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,22 @@
150150
SelectedItem
151151
;
152152
}
153+
select
154+
select
155+
:
156+
:
157+
picker
158+
(
159+
select
160+
)
161+
{
162+
appearance
163+
:
164+
base
165+
-
166+
select
167+
;
168+
}
153169
<
154170
/
155171
style
@@ -169,15 +185,6 @@
169185
>
170186
<
171187
select
172-
style
173-
=
174-
"
175-
appearance
176-
:
177-
base
178-
-
179-
select
180-
"
181188
>
182189
<
183190
option

testing/web-platform/tests/html/semantics/forms/the-select-element/stylable-select/selectedoption.tentative.html

+20-6
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,33 @@
115115
script
116116
>
117117
<
118-
form
118+
style
119119
>
120-
<
121120
select
122-
style
123-
=
124-
"
121+
select
122+
:
123+
:
124+
picker
125+
(
126+
select
127+
)
128+
{
125129
appearance
126130
:
127131
base
128132
-
129133
select
130-
"
134+
;
135+
}
136+
<
137+
/
138+
style
139+
>
140+
<
141+
form
142+
>
143+
<
144+
select
131145
>
132146
<
133147
button

0 commit comments

Comments
 (0)