LibWeb: Exclude inert elements from find in page queries

This commit is contained in:
Tim Ledbetter 2025-02-05 23:57:14 +00:00 committed by Sam Atkins
commit 2e27ffab6c
Notes: github-actions[bot] 2025-02-21 12:43:06 +00:00
3 changed files with 28 additions and 11 deletions

View file

@ -0,0 +1,2 @@
window.find("inert") initial result: true
window.find("inert") second call: false