Skip to content

Commit

Permalink
WebKit export: Remove :-khtml-drag pseudo-class alias (#44112)
Browse files Browse the repository at this point in the history
  • Loading branch information
nt1m committed Jan 20, 2024
1 parent 06be112 commit a10b8c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/selectors/parsing/invalid-pseudos.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
// Pseudo-classes
test_invalid_selector(":-internal-animating-full-screen-transition");
test_invalid_selector(":-internal-html-document");
test_invalid_selector(":-khtml-drag");
test_invalid_selector(":-webkit-animating-full-screen-transition");

// Pseudo-elements
test_invalid_selector("::-apple-attachment-controls-container");
Expand Down

0 comments on commit a10b8c0

Please sign in to comment.