Skip to content

Commit

Permalink
Fix some subtests in pseudo-classes-after-part.html.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D224029

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1921575
gecko-commit: 2fd253587d932b2b8d389b43b73d17374cd8a330
gecko-reviewers: dbaron, firefox-style-system-reviewers, zrhoffman
  • Loading branch information
emilio authored and moz-wptsync-bot committed Sep 30, 2024
1 parent 03c258e commit 6b7b634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/css-shadow-parts/pseudo-classes-after-part.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
test_valid_selector("::part(mypart):is(:hover)")
test_valid_selector("::part(mypart):where(:hover)")
test_invalid_selector("::part(mypart):not(:first-child)")
test_valid_selector("::part(mypart):is(:first-child)")
test_valid_selector("::part(mypart):where(:first-child)")
test_valid_forgiving_selector("::part(mypart):is(:first-child)")
test_valid_forgiving_selector("::part(mypart):where(:first-child)")

</script>

0 comments on commit 6b7b634

Please sign in to comment.