Skip to content

Commit

Permalink
test(css/parser): Combinators (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait authored Oct 6, 2021
1 parent 3714802 commit f0be833
Show file tree
Hide file tree
Showing 3 changed files with 1,401 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/parser/tests/fixture/selector/combinators/input.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
article p {}
article p {}
article > p {}
article > p {}
p + img {}
p + img {}
p ~ img {}
p ~ img {}
article > p > a {}
Loading

0 comments on commit f0be833

Please sign in to comment.