mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
LibWeb/CSS: Disallow :has() and pseudo-elements in :has() when parsing
This commit is contained in:
parent
ad1f93504e
commit
7f803c5c3d
Notes:
github-actions[bot]
2024-11-14 19:08:37 +00:00
Author: https://github.com/AtkinsSJ
Commit: 7f803c5c3d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2340
6 changed files with 45 additions and 0 deletions
|
@ -1 +1,6 @@
|
|||
:has(:yakthonk) should be invalid: PASS
|
||||
:has(:not(:yakthonk)) should be invalid: PASS
|
||||
:has(:has(span)) should be invalid: PASS
|
||||
:has(:not(:has(span))) should be invalid: PASS
|
||||
:has(::before) should be invalid: PASS
|
||||
:has(:not(::before)) should be invalid: PASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue