Skip to content

Commit

Permalink
LibWeb: Import WPT tests for :nth-child and :nth-last-child invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
kalenikaliaksandr authored and gmta committed Jan 24, 2025
1 parent cfe3dbe commit 5202ae2
Show file tree
Hide file tree
Showing 24 changed files with 1,362 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Selectors Invalidation: :nth-child(... of S) with ancestor in S</title>
<link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#child-index">
<div>
<div>
<div>
<div style="color: green">Should be green</div>
</div>
</div>
</div>
Loading

0 comments on commit 5202ae2

Please sign in to comment.