Skip to content

Commit

Permalink
Bug 1916774 [wpt PR 47965] - Require ::picker(select) appearance:base…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
marco-c committed Sep 16, 2024
1 parent 6e4ce5d commit 9f647b4
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,30 @@
script
>
<
select
style
=
"
>
select
select
:
:
picker
(
select
)
{
appearance
:
base
-
select
"
;
}
<
/
style
>
<
select
>
<
option
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@
style
>
select
select
:
:
picker
(
select
)
{
appearance
:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@
style
>
select
select
:
:
picker
(
select
)
{
appearance
:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@
style
>
select
select
:
:
picker
(
select
)
{
appearance
:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,22 @@
SelectedItem
;
}
select
select
:
:
picker
(
select
)
{
appearance
:
base
-
select
;
}
<
/
style
Expand All @@ -169,15 +185,6 @@
>
<
select
style
=
"
appearance
:
base
-
select
"
>
<
option
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,33 @@
script
>
<
form
style
>
<
select
style
=
"
select
:
:
picker
(
select
)
{
appearance
:
base
-
select
"
;
}
<
/
style
>
<
form
>
<
select
>
<
button
Expand Down

0 comments on commit 9f647b4

Please sign in to comment.