Skip to content

Commit

Permalink
Bug 1935777 [wpt PR 49576] - Remove :closed pseudo-class, a=testonly
Browse files Browse the repository at this point in the history
Automatic update from web-platform-tests
Remove :closed pseudo-class

This was resolved here:
w3c/csswg-drafts#11039 (comment)

Change-Id: Icfe2bbf5a7b87c50a52cedae98021425a5121429
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6049400
Reviewed-by: Tommy Nyquist <nyquistchromium.org>
Auto-Submit: Joey Arhar <jarharchromium.org>
Commit-Queue: Joey Arhar <jarharchromium.org>
Reviewed-by: David Baron <dbaronchromium.org>
Cr-Commit-Position: refs/heads/main{#1393165}

--

wpt-commits: cebbe649f588028ec15cf314acc425d77f45da81
wpt-pr: 49576

UltraBlame original commit: d511b3e7274c52c45e83b17623bdf496b4543b7b
  • Loading branch information
marco-c committed Dec 13, 2024
1 parent 7208b9f commit e84b2b3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,20 +239,6 @@
mypart
)
:
closed
"
)
;
test_valid_selector
(
"
:
:
part
(
mypart
)
:
default
"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,31 +170,6 @@
'
)
;
assert_true
(
dialog
.
matches
(
'
:
closed
'
)
'
:
closed
should
match
when
the
dialog
is
closed
.
'
)
;
assert_false
(
dialog
Expand Down Expand Up @@ -227,33 +202,6 @@
(
)
;
assert_false
(
dialog
.
matches
(
'
:
closed
'
)
'
:
closed
should
not
match
after
dialog
.
open
(
)
.
'
)
;
assert_true
(
dialog
Expand Down Expand Up @@ -292,33 +240,6 @@
(
)
;
assert_false
(
dialog
.
matches
(
'
:
closed
'
)
'
:
closed
should
not
match
after
dialog
.
showModal
(
)
.
'
)
;
assert_true
(
dialog
Expand Down Expand Up @@ -360,9 +281,6 @@
support
:
open
and
:
closed
.
'
)
Expand All @@ -386,31 +304,6 @@
'
)
;
assert_true
(
details
.
matches
(
'
:
closed
'
)
'
:
closed
should
match
when
the
details
is
closed
.
'
)
;
assert_false
(
details
Expand Down Expand Up @@ -443,32 +336,6 @@
=
true
;
assert_false
(
details
.
matches
(
'
:
closed
'
)
'
:
closed
should
not
match
when
the
details
is
open
.
'
)
;
assert_true
(
details
Expand Down Expand Up @@ -503,9 +370,6 @@
support
:
open
and
:
closed
.
'
)
Expand All @@ -530,31 +394,6 @@
'
)
;
assert_true
(
select
.
matches
(
'
:
closed
'
)
'
:
closed
should
match
when
the
select
is
closed
.
'
)
;
assert_false
(
select
Expand Down Expand Up @@ -596,32 +435,6 @@
requestAnimationFrame
)
;
assert_false
(
select
.
matches
(
'
:
closed
'
)
'
:
closed
should
not
match
when
the
select
is
open
.
'
)
;
assert_true
(
select
Expand Down Expand Up @@ -656,9 +469,6 @@
support
:
open
and
:
closed
.
'
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@
}
select
:
closed
not
(
:
open
)
{
background
-
Expand Down Expand Up @@ -252,7 +256,11 @@
should
match
:
closed
not
(
:
open
)
at
the
start
Expand Down Expand Up @@ -330,7 +338,11 @@
should
match
:
closed
not
(
:
open
)
after
clicking
an
Expand Down Expand Up @@ -406,7 +418,11 @@
should
match
:
closed
not
(
:
open
)
after
light
dismiss
Expand Down

0 comments on commit e84b2b3

Please sign in to comment.