Open
Description
Describe the bug
Happy dom throws on a specific selector
To Reproduce
Steps to reproduce the behavior:
- create happy-dom window woth some html
- run
document.querySelectorAll('[style*="expression("]')
- See error
Expected behavior
It should allow this valid selector
Screenshots
If applicable, add screenshots to help explain your problem.
Device:
- OS: Windows
- Browser: nodejs
- Version v22.11.0
Additional context
happens when running angular tests with vitest v3